Subject: Re: Groff 1.16 & GCC 3.1 query From: Tim Van Holder To: djgpp-workers AT delorie DOT com Cc: Andrew Cottrell In-Reply-To: <001901c21e89$af508dc0$0100a8c0@p4> References: <001901c21e89$af508dc0$0100a8c0 AT p4> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 28 Jun 2002 13:11:12 +0200 Message-Id: <1025262673.18933.3.camel@bender.falconsoft.be> Mime-Version: 1.0 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.