Mail Archives: djgpp/1997/10/27/20:15:08
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
- Raw text -