Message-ID: <002301c21f0a$e8f68800$0100a8c0@p4> From: "Andrew Cottrell" To: "Tim Van Holder" Cc: References: <001901c21e89$af508dc0$0100a8c0 AT p4> <1025262673 DOT 18933 DOT 3 DOT camel AT bender DOT falconsoft DOT be> Subject: Re: Groff 1.16 & GCC 3.1 query Date: Sat, 29 Jun 2002 11:18:12 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Tim, Thansk for this. I have hand modified the makfile produced to use gpp instead of gcc for C++ files and it now works. Andrew ----- Original Message ----- From: "Tim Van Holder" To: Cc: "Andrew Cottrell" Sent: Friday, June 28, 2002 9:11 PM Subject: Re: Groff 1.16 & GCC 3.1 query > On Fri, 2002-06-28 at 11:53, Andrew Cottrell wrote: > > > > gcc -g -O2 -o groff groff.o pipeline.o /dev/c/dj204/gnu/groff-1.16/src/libs/libgroff/libgroff.a -lm > > groff.o: In function `possible_command::~possible_command [not-in-charge]()': > > groff.cc:424: undefined reference to `operator delete[](void*)' > > groff is using gcc instead of gpp for linking it seems. > So the C++ libs are not being linked in, hence the errors. > > >