From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC or GPP? What's the diff? Date: Sat, 12 Feb 2000 14:36:23 +0200 Organization: NetVision Israel Lines: 28 Message-ID: <38A553C7.317CE3E0@is.elta.co.il> References: NNTP-Posting-Host: ras1-p79.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 950359022 21561 62.0.172.81 (12 Feb 2000 12:37:02 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 12 Feb 2000 12:37:02 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mike Weeks wrote: > > Eli Zaretskii wrote in 100000 AT is>: > > >The FAQ explains it in the very first section, and again in section > >8.8. > > The very first section of the FAQ says: > > - Compile a C++ source `cxxprog.cc' into `cxxprog.exe': > > gxx -o cxxprog.exe cxxprog.cc > > I don't see GPP in there anywhere. > > Section 8.8 talks about libraries. No mention of GPP. You have an old version of the FAQ, please upgrade. I was quoting from the latest version 2.30 (v2/faq230b.zip from the usual DJGPP sites). > >The file README.1ST (which you were supposed to read-first ;-) also > >explains this. > > The README.1ST only states that you need GPP*.ZIP to compile C++. It does not > mention the use of the GPP command. It mentions gxx, which is functionally equivalent.