This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error
- To: bug-gcc at gnu dot org
- Subject: Internal compiler error
- From: Skinny <skinny9699 at home dot com>
- Date: Thu, 16 Mar 2000 10:52:33 +0000
GCC version: 2.95.2 AMD K6-2 450 Mhz on a VIA Motherboard.
This is the error I recived.
make[3]: Entering directory `/home/chris/kdevelop-1.1/kdevelop/kdlgedit'
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde
-I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/kde
-I/usr/lib/qt/include -I/usr/X11R6/include -O2 -fno-exceptions
-fno-rtti -fno-check-new -frtti -c kdlgedit.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde
-I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/kde
-I/usr/lib/qt/include -I/usr/X11R6/include -O2 -fno-exceptions
-fno-rtti -fno-check-new -frtti -c kdlgeditwidget.cpp
In file included from ../ckdevelop.h:31,
from kdlgeditwidget.cpp:21:
/usr/lib/qt/include/qstrlist.h: In method `QStrList::~QStrList()':
/usr/lib/qt/include/qstrlist.h:52: Internal compiler error.
/usr/lib/qt/include/qstrlist.h:52: Please submit a full bug report.
/usr/lib/qt/include/qstrlist.h:52: See
<URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [kdlgeditwidget.o] Error 1
make[3]: Leaving directory `/home/chris/kdevelop-1.1/kdevelop/kdlgedit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/chris/kdevelop-1.1/kdevelop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/kdevelop-1.1'
make: *** [all-recursive-am] Error 2irectory
`/home/chris/kdevelop-1.1/kdevelop/kwrite'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/chris/kdevelop-1.1/kdevelop/kwrite'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/chris/kdevelop-1.1/kdevelop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/kdevelop-1.1'
make: *** [all-recursive-am] Error 2
the entire source for this application is avalible from www.kdevelop.org
Attached is the configure file, the make file, and the partial
compilation.
error.tar.bz2