Mail Archives: djgpp/1999/07/09/01:12:20
Bas Hamstra wrote:
>
> What is the difference between gcc and gxx?
`gxx' is the same as `gcc ... -lstdcxx'. It links the C++ library for
you.
Otherwise they are identical. (In fact gxx is just a small program that
really calls gcc.)
> What are for a dos/win user the advantages and disadvantages between:
>
> - gcc
> - gxx
> - egcs
> - pgcc
GCC is the standard compiler for DJGPP, so you'll have a larger pool of
people with whom to share experiences. EGCS is supposedly
"experimental", but it is the anointed successor to GCC, and in my
experience EGCS releases are less buggy than GCC 2.8.1. C++ support is
also (reputedly-- I don't use C++ much) better.
I haven't heard much about PGCC in a while, and I don't know how alive
the project is these days. It sounds like EGCS is absorbing a lot of
their ideas.
I would probably do something like: Use gcc, if you have
compiler-related problems try egcs.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -