>
> >* "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.
>
>
yeah,  i think it maybe the gcc' problem. the other days  when i try the  go
programming language, i recompiler the gcc for the gccgo,

this is my gcc information
"
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i686-pc-linux-gnu/4.6.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ./configure --with-arch=i586 --enable-languages=c,c++,go
Thread model: posix
gcc version 4.6.0 20101202 (experimental) (GCC)
"
what will i do next?
thanks for your reply
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to