ok , i do as the instroctions i download stackless and do as the instroctions, $ tar jxvf stackless-265-export.tar.bz2 and ./configure ,everything is fine when i make , it has the error
"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 " then i checkout the stackless from svn, when i make it still has the error. it really does not have more informations thinks > On Fri, Dec 17, 2010 at 6:32 PM, 刘连响 <notedit at gmail.com > <http://www.stackless.com/mailman/listinfo/stackless>> wrote: > >* the error is*>* Segmentation fault (core dumped)*>* make: *** [sharedmods] > >Error 139*>* the python version of mine is 2.6.6 and the gcc version is > >4.6.0*>* i google a lot but i do not find something helpful to me . i use > >the ubuntu*>* 10.10 .* > You need to give more information. I have no idea where to start or > what might be going wrong with what you have given. > > Cheers, > Richard. > >
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
