Everything configures fine but when I build it dies here... (If this is not the right place for this please point me to where I should be posting.)
gcc -Wl,-Bexport -o python \ Modules/python.o \ libpython2.4.a -lsocket -lnsl -ldl -lpthread -lm case $MAKEFLAGS in \ *-s*) CC='gcc' LDSHARED='gcc -Wl,-G,-Bexport' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -m486 -DSCO5' ./python -E ./setup.py -q build;; \ *) CC='gcc' LDSHARED='gcc -Wl,-G,-Bexport' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -m486 -DSCO5' ./python -E ./setup.py build;; \ esac /bin/sh: 9056 Memory fault - core dumped make: *** [sharedmods] Error 139 -- Paul Kraus =-=-=-=-=-=-=-=-=-=-= PEL Supply Company Network Administrator 216.267.5775 Voice 216.267.6176 Fax www.pelsupply.com =-=-=-=-=-=-=-=-=-=-= _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor