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]

ml-0.5.3 on MkLinux DR3



I encountered the following problem when compiling Moonlight-0.5.3
(http://rufus.w3.org/linux/moonlight/). I'm running MkLinux (Linux
2.0.33-osfmach3, Developer Release 3) on a PowerPC 604.

---------- MLPVertexArray.o ----------
/bin/sh /home/hanappe/ml-0.5.3/src/libtool --quiet --mode=compile g++ -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops -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/powerpc-unknown-linux-gnu/opt/libmoon_kernel/MLPVertexArray.o] Error 1
make[1]: Leaving directory `/home/hanappe/ml-0.5.3/src/kernel'
make: *** [subdirs] Error 2

Moonlight will be compiled and installed using the following information:
--------------------------------------------------------------------------------
    Version               : 0.5.3
    Target                : powerpc-unknown-linux-gnu
    CC                    : gcc (egcs-2.90.25 980302 (egcs-1.0.2 prerelease))
    CFLAGS (dev)          :  -Wall
    CFLAGS (opt)          : -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops
    CXX                   : g++ (egcs-2.90.25 980302 (egcs-1.0.2 prerelease))
    CXXFLAGS (dev)        :  -Wall
    CXXFLAGS (opt)        : -O2 -Wall -DNDEBUG -DNWARN -fomit-frame-pointer -fexpensive-optimizations -ffast-math -funroll-loops


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