|
用gcc-3.4-20040107进行编译kde-cvs的时候出现了这样的错误,而以前的gcc-3.4编译的都没有出过错。不知道是什么问题耶。
:help :help :help
make[3]: Entering directory `/source/kdecvs/kdelibs-040112/khtml'
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kjs -I../kimgio -I./java -I../dcop -I./misc -I./dom -I./xml -I./html -I./css -I../libltdl -I../kio/kssl -I../kio/kssl -I../kdeprint -I../interfaces -I../interfaces/kregexpeditor -I../kwallet/client -I.. -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/opt/qt/include -I/usr/X11R6/include -I/opt/kde-3.2/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o khtmlview.lo `test -f 'khtmlview.cpp' || echo './'`khtmlview.cpp
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [khtmlview.lo] 错误 1
make[3]: Leaving directory `/source/kdecvs/kdelibs-040112/khtml'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/source/kdecvs/kdelibs-040112/khtml'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/source/kdecvs/kdelibs-040112'
make: *** [all] 错误 2
[root@LFS_nptl /source/kdecvs/kdelibs-040112]# |
|