Date: Mon, 27 Oct 1997 17:13:06 -0800 (PST) Message-Id: <199710280113.RAA17400@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" To: h DOT b DOT hillebrand AT cww DOT de, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Switching to C++ ? Content-Transfer-Encoding: 8bit Precedence: bulk At 08:20 10/24/1997 +0100, Hans Berd Hillebrand wrote: >Hi! > >I have a problem with the DJGPP Compiler. C programmes works fine but >when i use c++ commands >he reports an error. For example he donīt know the command "CIN" or >"COUT". >The C++ Libary path is detected. Iīve also saved it as .cc file. > >What parameters djgpp needed to compile c++ programs ? You have to link the C++ libraries. README.1ST explains this. The simplest way is to compile with the `gxx' command instead of `gcc', which does this automatically. Nate Eldredge eldredge AT ap DOT net