Sender: nate AT cartsys DOT com Message-ID: <3785845E.4B3C640E@cartsys.com> Date: Thu, 08 Jul 1999 22:10:54 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: What is gxx? References: <7m33up$rom$1 AT reader1 DOT wxs DOT nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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