[Tutor] Build Python 2.4 SCO OpenServer 5

Paul Kraus pkraus at pelsupply.com
Tue Feb 14 21:16:57 CET 2006


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
=-=-=-=-=-=-=-=-=-=-=


More information about the Tutor mailing list