Bug report

Simon Levy levy@cs.brandeis.edu
Sat Oct 30 16:42:00 GMT 1999


Hi.  I was just using gmake to compile a graphics library called Amulet,
and got the following error.  I'm sending it as per the instructions on
the penultimate line.  This problem only arises when I try to compile
Amulet under Linux; it compiles fine on Irix, for example.

Thanks,
Simon Levy

muse:/home/p/demo/levy/amulet/bin> gmake
g++ -O2 -DDEBUG -g -I/home/p/demo/levy/amulet/include -DGCC -Wall -fPIC
-DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/home/p/demo/levy/amulet\" -c
/home/p/demo/levy/amulet/src/opal/opal.cc -o
/home/p/demo/levy/amulet/src/opal/opal.o
In file included from
/home/p/demo/levy/amulet/include/amulet/opal_advanced.h:18,
                 from /home/p/demo/levy/amulet/src/opal/opal.cc:30:
/home/p/demo/levy/amulet/include/amulet/gem.h:409: warning: `class
Am_Drawonable' has virtual functions but non-virtual destructor
/home/p/demo/levy/amulet/src/opal/opal.cc: In function `void
arrow_line_draw_proc(class Am_Object, class Am_Drawonable *, int, int)':
/home/p/demo/levy/amulet/src/opal/opal.cc:756: Internal compiler error.
/home/p/demo/levy/amulet/src/opal/opal.cc:756: Please submit a full bug
report to `egcs-bugs@cygnus.com'.
gmake: *** [/home/p/demo/levy/amulet/src/opal/opal.o] Error 1


More information about the Gcc-bugs mailing list