From mboxrd@z Thu Jan 1 00:00:00 1970 From: Speed To: egcs-bugs@cygnus.com Subject: bug report Date: Fri, 21 Aug 1998 03:05:00 -0000 Message-id: X-SW-Source: 1998-08/msg00431.html List-Id: Sorry for not sending a formal report. I looked on your website, but could not find such a form. Anyhow, here's the problem I ran into: System: Debian 2.0 (glibc 2.0.7 + egcs 1.0.3) Processor: AMD K6-233 Kernel: 2.0.35 Memory: 64MB Attempting to compile 'Moonlight'. Archive can be found at: http://www.cybersociety.com/moonlight/ Dependencies: Mesa (I'm using 3.0 beta 6, but 2.x is fine) libtiff-3.4.037 libjpeg-6b zlib-1.1.1 gltt-2.3 freetype-1.1 This was the error: ---------- MLPVertexArray.o ---------- /bin/sh /usr/local/ml-0.5.3/src/libtool --quiet --mode=compile g++ -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpentium -D_REENTRANT -I.. -c MLPVertexArray.C MLPVertexArray.C: In method `bool MLPVertexArray::_serialRead(class XDRFile *)': MLPVertexArray.C:64: Internal compiler error. MLPVertexArray.C:64: Please submit a full bug report to `egcs-bugs@cygnus.com'. make[1]: *** [../../lib/i586-pc-linux-gnu/opt/libmoon_kernel/MLPVertexArray.o] Error 1 make[1]: Leaving directory `/usr/local/ml-0.5.3/src/kernel' make: *** [subdirs] Error 2 trident:/usr/local/ml-0.5.3/src# That's about as specific as I can get. Hopefully you will be able to reproduce it. - Speed