2010/12/17 刘连响 <[email protected]>: > "gcc -pthread -Xlinker -export-dynamic -o python \ > Modules/python.o \ > libpython2.6.a -lpthread -ldl -lutil -lm > libpython2.6.a(posixmodule.o): In function `posix_tmpnam': > /usr/local/src/python-2.65/./Modules/posixmodule.c:7207: warning: the use of > `tmpnam_r' is dangerous, better use `mkstemp' > libpython2.6.a(posixmodule.o): In function `posix_tempnam': > /usr/local/src/python-2.65/./Modules/posixmodule.c:7162: warning: the use of > `tempnam' is dangerous, better use `mkstemp' > Segmentation fault > make: *** [sharedmods] Error 139
Hi, It looks like your compiler is crashing, and you haven't even finished compiling Stackless yet. If this is the case, it would be a problem with your development environment. Is this a possibility? Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
