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]

gcc Internal compiler error


When I Compile qt-1.44 with gcc-2.95.2 (patched from gcc-2.95.1) the
following error occurs:

cd src/moc; make
make[1]: Entering directory `/usr/local/qt-1.44/src/moc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/qt-1.44/src/moc'
cp src/moc/moc bin/moc
cd src; make
make[1]: Entering directory `/usr/local/qt-1.44/src'
g++ -c -I/usr/local/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: *** [src] Error 2
make[1]: Leaving directory `/usr/local/qt-1.44/src'

With gcc-2.95.1, everything worked, but since I deleted KDE-1 and qt to get
KDE-1.1.2 I´m not able to use KDE.
kdelibs-1.1.2 does not seem to work with qt-2.0.2, which compiled
flawlessly.
I have an I586 with linux-2.2.12 and glibc-2.1.2



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