9 Sep 2005 02:00
Python not working on VAX
John Klos <john <at> ziaspace.com>
2005-09-09 00:00:13 GMT
2005-09-09 00:00:13 GMT
Hi, Before I spend time working on figuring this out, has anyone else figured out how to get Python compiled on VAX yet? case $MAKEFLAGS in *-s*) LD_LIBRARY_PATH=/usr/pkgsrc/lang/python23/work/Python-2.3.5: CC='cc' LDSHARED='cc -shared -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/local/lib' OPT='-DNDEBUG -O2 -I/usr/include' ./python -E ./setup.py -q build;; *) LD_LIBRARY_PATH=/usr/pkgsrc/lang/python23/work/Python-2.3.5: CC='cc' LDSHARED='cc -shared -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/local/lib' OPT='-DNDEBUG -O2 -I/usr/include' ./python -E ./setup.py build;; esac running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers [1] Illegal instruction (core dumped) LD_LIBRARY_PATH=... *** Error code 132 Ideas? Thanks, John Klos -- -- I've seen Sun monitors on fire off the side of the multimedia lab. I've seen NTU lights glitter in the dark near the Mail Gate. All these things will be lost in time, like the root partition last week. Time to die... -- Peter Gutmann(Continue reading)
RSS Feed