Mail Archives: djgpp/2002/06/17/03:46:00
On Mon, 17 Jun 2002, Kirill Kryukov wrote:
> However from this guide:
>
> http://www.delorie.com/djgpp/doc/ug/basics/compiling.html
>
> one may conclude that gcc is ultimate frontend that can do all work,
> calling other tools as necessary. And it mentions about c++ files also.
gcc doesn't scan the C++ libraries unless explicitly told to do so (by
including -lstdcxx etc. on the link command line).
> Is not it confusing? (As we can't in fact use gcc for c++ programs)
You can use gcc, it's just that it's less convenient. See the file
README.1ST in the DJGPP distribution for some information about this.
- Raw text -