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]

Maelstrom Errors



The attempt to compile with -O6 failed in an identical fashion ....

Dan Thacker
daniel.d.thacker@mad.scientist.com


> make
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c main.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c framebuf.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c v_framebuf.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c x11_framebuf.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c vga_framebuf.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c dga_framebuf.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c fontserv.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c sound.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c Mac_Resource.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c imagedump.cpp
g++ -O2 -Inetlogic   -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUSE_SVGALIB -DNETPLAY -DSYSTEM=\"Linux\" -DLIBDIR=\"/usr/local/lib/Maelstrom\" -c init.cpp
if [ "netlogic" != "" ]; then \
        cd "netlogic" && \
        make "CXX=g++" "OPTIMIZE=-O2" "INCLUDES=-Inetlogic  "; \
fi
make[1]: Entering directory `/root/4centaur/Maelstrom/Maelstrom/netlogic'
g++ -O2 -I.. -Inetlogic   -DNETPLAY -c about.cpp
g++ -O2 -I.. -Inetlogic   -DNETPLAY -c blit.cpp
g++ -O2 -I.. -Inetlogic   -DNETPLAY -c game.cpp
g++ -O2 -I.. -Inetlogic   -DNETPLAY -c logic.cpp
g++ -O2 -I.. -Inetlogic   -DNETPLAY -c make.cpp
make.cpp: In function `void MakeMultiplier()':
make.cpp:94: Internal compiler error.
make.cpp:94: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [make.o] Error 1
make[1]: Leaving directory `/root/4centaur/Maelstrom/Maelstrom/netlogic'
make: *** [netlogic/netlogic.o] Error 2


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