Date: Tue, 4 Nov 1997 10:05:50 +0100 (MET) From: Robert Hoehne To: Charles Krug cc: DJGPP mailing list Subject: Re: Compiling C++ under Rhide In-Reply-To: <3459E6BB.74D9F961@pentek.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 31 Oct 1997, Charles Krug wrote: > When compiling c++ under Rhide 1.4, I get some spurrious errors. Probably you got 'undefined symbols' errors to symbols from libgpp. I'm right? If yes, simply add that library to be linked to you program and the errors should gone. > I then set-up Rhide to use gxx when compiling C++ sources. This works > EXCEPT: This is is general a bad idea, since gxx is meant to be used (currently) only for linking C++ programs and not for compiling. But if you really want to use it (for linking!!) the overwrite the variable RHIDE_LD and not RHIDE_GCC (which you did probably). Robert ****************************************************** * Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************