diff options
author | Guido van Rossum <guido@python.org> | 1996-07-31 22:43:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-31 22:43:38 (GMT) |
commit | 02530b0f7437285dc5d145efbbd0b509d26b8b2b (patch) | |
tree | 65121ff7906f28c5e3c4c3629d85a9dd4d8e6932 /Modules/Setup.in | |
parent | 9e277db76b9578eb89433b81a5300e75e86755a6 (diff) | |
download | cpython-02530b0f7437285dc5d145efbbd0b509d26b8b2b.zip cpython-02530b0f7437285dc5d145efbbd0b509d26b8b2b.tar.gz cpython-02530b0f7437285dc5d145efbbd0b509d26b8b2b.tar.bz2 |
Changes for AIX shared libs
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index daa1cc7..69ebd3b 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -46,6 +46,11 @@ # to ftp sources from elsewhere. +# -------> Uncomment this line if you are running AIX <---------- +# -------> and if you are building with shared libraries <---------- +#LINKCC= makexp_aix python.exp "" $(MYLIBS) $(ADDOBJS) ; $(CC) + + # Some special rules to define PYTHONPATH. # Edit the definitions below to indicate which options you are using. # Don't add any whitespace or comments! @@ -102,7 +107,7 @@ signal signalmodule.c # signal(2) array arraymodule.c # array objects cmath cmathmodule.c # complex math library functions -math mathmodule.c -lm # math library functions, e.g. sin() +math mathmodule.c # 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 struct structmodule.c # binary structure packing/unpacking @@ -194,7 +199,7 @@ md5 md5module.c md5c.c # This module requires the header file # /usr/people/4Dgifts/iristools/include/izoom.h: -#imgfile imgfile.c -limage -lgutil -lm # Image Processing Utilities +#imgfile imgfile.c -limage -lgutil # Image Processing Utilities # These modules require the Multimedia Development Option (I think): |