Date: Wed, 5 Jun 1996 08:03:01 +0200 (IST) From: Eli Zaretskii To: Glenn Euloth Cc: djgpp AT delorie DOT com Subject: Re: Troubles with C++ compiling. - Answer In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 3 Jun 1996, Glenn Euloth wrote: > Run "gcc [filename.cc] -lgpp" > > The '-lgpp' tells the linker to search libgpp.a for unresolved functions. Note that a better way is to use `gxx' instead of `gcc' when compiling C++ programs, because then you don't have to remember to put -lgpp on the command line. This is explained in section 8.7 of the DJGPP FAQ list. You can download the FAQ as v2/faq200b.zip from the same place you get DJGPP and search it locally instead of through the Web.