From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Levy To: egcs-bugs@egcs.cygnus.com Subject: Bug report Date: Sat, 30 Oct 1999 16:42:00 -0000 Message-id: <381B8290.3BAD3042@mail.cs.brandeis.edu> X-SW-Source: 1999-10/msg00930.html List-Id: 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 >>From law@cygnus.com Sat Oct 30 18:38:00 1999 From: Jeffrey A Law To: "Martin v. Loewis" Cc: N8TM@aol.com, philipp@buehler.de, gcc-bugs@gcc.gnu.org, hpux@connect.org.uk Subject: Re: HP/UX 10.20 vanilla <-> gcc-2.95.2 Date: Sat, 30 Oct 1999 18:38:00 -0000 Message-id: <3946.941333203@upchuck> References: <199910302305.BAA24733@mira.isdn.cs.tu-berlin.de> X-SW-Source: 1999-10/msg00931.html Content-length: 600 In message < 199910302305.BAA24733@mira.isdn.cs.tu-berlin.de >you write: > > Unfortunately, I'm working from memory, but binutils is needed to > > build gcc properly > > I don't think this is true for HP/UX 10. See > > http://egcs.cygnus.com/install/specific.html#hppa*-hp-hpux10 While it is possible build & use gcc without gas on hpux platforms, it is strongly encouraged that people use gas. There are certain programs the HP assembler simply can't correctly represent; and -g does not work when using the HP assembler. There's other problems, but those are the key ones. jeff