This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

internal compiler error with qt


I use kernel 2.2.5 ,  glibc 2.1.2, gcc-2.95.1 with crypt and threads -addons.
i wanted to compile the qt-library from troll-tech and got an internal compiler error.
Although I repeated the compilation several times (what often helped in the past), I received an error.
Here is the output:
make[1]: Entering directory /usr/lib/qt/src'
g++ -c -I/usr/lib/qt/include -I/usr/X11R6/include -pipe -O2
-fno-strength-reduce -O2 -fno-strength-reduce -fPIC  -o widgets/qmenubar.o
widgets/qmenubar.cpp
widgets/qmenubar.cpp: In method `int QMenuBar::calculateRects(int =
-1)':
widgets/qmenubar.cpp:541: Internal compiler error.
widgets/qmenubar.cpp:541: Please submit a full bug report.
widgets/qmenubar.cpp:541: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
cpp: output pipe has been closed
make[1]: *** [widgets/qmenubar.o] Error 1
make[1]: Leaving directory /usr/lib/qt/src'
make: *** [src] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]