collect2: ld terminated with signal 11 [Segmentation fault], core dumped
我在ARM9上进行编译时出现错误:先执行./configure生成makefile文件,再修改makefile文件的CC=armv4l-unknown-linux-gcc,再执行make命令就出现如下错误:
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function `posix_tmpnam':
posixmodule.o(.text+0x3977): the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function `posix_tempnam':
posixmodule.o(.text+0x385e): the use of `tempnam' is dangerous, better use `mkstemp'
网上也查了很多资料,但一直没有解决,哪位懂行的大侠帮忙解决一下!