summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-06-28 20:13:08 (GMT)
committerGuido van Rossum <guido@python.org>1996-06-28 20:13:08 (GMT)
commit919c5762547aec03e63c923a584a91b9b154b6ac (patch)
tree806df6bfd381c3794b350720c8ac97fc89cdf66d /Modules
parent1bc716f2fc2aeb4ef4481089727450eb7357f696 (diff)
downloadcpython-919c5762547aec03e63c923a584a91b9b154b6ac.zip
cpython-919c5762547aec03e63c923a584a91b9b154b6ac.tar.gz
cpython-919c5762547aec03e63c923a584a91b9b154b6ac.tar.bz2
added comments about tcl/tk -l options
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index f675567..973e5ad 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -231,13 +231,15 @@ md5 md5module.c md5c.c
# extensions), edit tkappinit.c, add appropriate -DWITH_... and
# libraries/objects to the second line, and use that.
#
+# Make sure to edit the -l arguments to use the correct versions!
+#
# In all cases also enable the last line (TKPATH).
#
# See the section "The Tk interface" in ../README for more info.
# *** Use ONE of the following two lines, see previous comments ***
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
-#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
+#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
# *** ALWAYS use this line as well ***
#TKPATH=:$(DESTLIB)/tkinter