diff options
author | Guido van Rossum <guido@python.org> | 1996-01-12 01:40:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-01-12 01:40:19 (GMT) |
commit | 00bd2e5853fdcab61fbb9fe0c8416a25acba793e (patch) | |
tree | 004c7d42be6f44daf7cfba271014a144a7517e41 /Modules/Setup.in | |
parent | 32062686922e7df4869a371acf8ee84bd387fd89 (diff) | |
download | cpython-00bd2e5853fdcab61fbb9fe0c8416a25acba793e.zip cpython-00bd2e5853fdcab61fbb9fe0c8416a25acba793e.tar.gz cpython-00bd2e5853fdcab61fbb9fe0c8416a25acba793e.tar.bz2 |
adde cmath; added version numbers to tk/tcl libs
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index bbde3a5..f675567 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -99,6 +99,7 @@ signal signalmodule.c # signal(2) # Modules that should always be present (non UNIX dependent): array arraymodule.c # array objects +cmath cmathmodule.c # complex math library functions math mathmodule.c -lm # math library functions, e.g. sin() regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style strop stropmodule.c # fast string operations implemented in C @@ -235,7 +236,7 @@ md5 md5module.c md5c.c # 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 -ltk -ltcl -lX11 +#_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 # *** ALWAYS use this line as well *** |