From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC and GXX Date: Fri, 11 Oct 1996 19:20:04 -0700 Organization: Three pounds of chaos and a pinch of salt Lines: 19 Message-ID: <325F0054.7417@cs.com> References: <1996Oct11 DOT 173601 DOT 147772 AT forest> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp108.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: ebromber AT forest DOT drew DOT edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp ebromber AT forest DOT drew DOT edu wrote: > > I was just wondering what the difference between gcc and gxx is? Gxx is exactly the same as gcc, but automatically links the C++ libraries (libiostream.a, libgpp.a, etc.) for you, instead of forcing you to specify them manually to compile C++ code. -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams