Date: Sun, 24 Mar 1996 17:06:37 +0200 (IST) From: Eli Zaretskii To: Eric NICOLAS Cc: djgpp AT delorie DOT com Subject: Re: Q: C++ compilation In-Reply-To: <4im5ir$sko@news.cea.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 19 Mar 1996, Eric NICOLAS wrote: > >Try using `gxx' instead of `gcc'. > > > Noooo ! The problem is that cout, ostream... are defined in the C++ > library. So you must include this library at link time : > > gcc test.cc -lgpp But that's just it: `gxx' does that automagically for you!