Internal compiler error
Paul Metcalfe
pmetcalfe@FreeNet.co.uk
Tue May 16 07:37:00 GMT 2000
Background
---------
IÃÂ wanted to compile the beta release of KDE 2.0. I have downloaded numerous
largeÃÂ source directories of the code.
Problem/Bug
---------
IÃÂ call configure with --prefix=/opt/kde2 to install the binaries in that
directory.ÃÂ I call the make command which uses the make files gernerated by
theÃÂ configure command.
TheÃÂ compiler crashes after a while with the error message below. I then
restartÃÂ the compiler and it occurs again, and again. The compilation requires
meÃÂ to sit and keep starting it every 2-3 minutes.
TheÃÂ typical command from to the compiler is as below
TypicalÃÂ Error message
----------------
enginepie.cc:714:ÃÂ Internal compiler error.
enginepie.cc:714:ÃÂ Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
enginepie.cc:714:ÃÂ See <URL: http://egcs.cygnus.com/faq.html#bugreport > for
details.
TypicalÃÂ Compiler Command from Makefile
-----------------------------
g++ÃÂ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/kofficeui -I../lib/kofficeui
-I../lib/kofficecoreÃÂ -I../lib/kofficecore -I../lib/koml -I../lib/koml
-I../lib/storeÃÂ -I.. -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
-Wno-long-longÃÂ -fno-builtin -c enginepie.cc ÃÂ -fPIC -DPIC -o enginepie.lo
BashÃÂ Profile
---------
QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
ifÃÂ [ $MANPATH ]
then
ÃÂ ÃÂ ÃÂ ÃÂ MANPATH=$QTDIR/man:$MANPATH
else
ÃÂ ÃÂ ÃÂ ÃÂ MANPATH=$QTDIR/man:
fi
ifÃÂ [ $LD_LIBRARY_PATH ]
then
ÃÂ ÃÂ ÃÂ ÃÂ LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
elseÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
ÃÂ ÃÂ ÃÂ ÃÂ LD_LIBRARY_PATH=$QTDIR/lib
fi
LIBRARY_PATH=$LD_LIBRARY_PATH
ifÃÂ [ $CPLUS_INCLUDE_PATH ]
then
ÃÂ ÃÂ ÃÂ ÃÂ CPLUS_INCLUDE_PATH=$QTDIR/include:$CPLUS_INCLUDE_PATH
else
ÃÂ ÃÂ ÃÂ ÃÂ CPLUS_INCLUDE_PATH=$QTDIR/include
fi
ÃÂ
exportÃÂ QTDIR PATH MANPATH LD_LIBRARY_PATH LIBRARY_PATH
exportÃÂ CPLUS_INCLUDE_PATH ÃÂ ÃÂ
EGCSÃÂ Version
----------
gccÃÂ version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
InstalledÃÂ from
---------
egcs-1.1.2-30.i386.rpmÃÂ & egcs-c++-1.1.2-30.i386.rpm
SystemÃÂ Details
----------
AMDÃÂ K6-2 500
RedHatÃÂ 6.1
IÃÂ hope this makes sense. I would supply the source of one of the modules used
forÃÂ kde 2.0 beta but these are avaiable from ftp.kde.org.
HopeÃÂ you have the required information here. If you need any more details
pleaseÃÂ contact me.
Paul Metcalfe
More information about the Gcc-bugs
mailing list