This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author whit
Recipients
Date 2002-06-02.17:06:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=133413

Yargh! Well, at least it gets to a _different_ problem
before compilation fails:

gcc  -Xlinker -export-dynamic -o python \
                Modules/python.o \
                libpython2.2.a -ldl  -lpthread -lutil   -lm  
case $MAKEFLAGS in \
*-s*) CC='gcc' LDSHARED='gcc -shared' OPT='-DNDEBUG -g -O3
-Wall -Wstrict-prototypes' ./python -E ./setup.py -q build;; \
*) CC='gcc' LDSHARED='gcc -shared' OPT='-DNDEBUG -g -O3
-Wall -Wstrict-prototypes' ./python -E ./setup.py build;; \
esac
make: *** [sharedmods] Error 139

Curiously, I believe what I had before was 2.2.1rc ... um, 1
I think. And it compiled fine once the one line in
pyconfig.h was corrected by hand. Is this another bug report
I should submit?
History
Date User Action Args
2007-08-23 14:00:11adminlinkissue535545 messages
2007-08-23 14:00:11admincreate