g++: Internal error: Terminated (program cc1plus) Please submit a full bug report. See (URL:http://bugs.gentoo.org/) for instructions. {standard input}: Assembler messages: {standard input}:9066: Warning: end of file not at end of line; newline inserted make[1]: *** [.obj/release-shared-mt/qprintdialog.o] Error 1 make[1]: *** Waiting for unfinished jobs.... {standard input}:10806: Error: expected comma after name `_Z3iscP19QPrintDialogPrivateRK7QSt' in .size directive make[1]" Leaving directory `/var/tmp/portage/qt-3.1.2/work/qt-x11-free-3.1.2/src' make: *** [sub-src] Error 2 !!! ERROR: x11-libs/qt-3.1.2 failed !!! Function src_compile, Line 125, Exitcode 2 !!! (no error message)
The following values are in my make.conf. The system was built from stage 1. USE="X gtk gnome -kde -qt" CHOST="i586-pc-linux-gnu" (pentium 133MHz) CFLAGS="-march=1586 -O3 -pipe" CXFLAGS="${CFLAGS}" ACCEPT_KEYWORDS="~x86" MAKEOPTS="-j2"
CFLAGS="-march=1586 -O3 -pipe" change it to CFLAGS="-march=i586 -O3 -pipe"