Date: Thu, 28 Oct 1999 19:48:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rodeo Red cc: djgpp AT delorie DOT com Subject: Re: Which files to download ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 28 Oct 1999, Rodeo Red wrote: > > I think the change from lgpNNN to lgppNNN is unfortunate, but it's not > > up to me to determine the names of the packages. > > Are you saying that lgp and lgpp are reffering to different versions of the same > file ? Yes. One of the reasons why the FAQ mentions the full name of the package together with its zip file name is so you could figure this out in cases where zip files change their names. > So after I read that I tried gpp which worked fine. So apparently myt mistake is > in how I interpreted > "gxx -o myprog.exe mymain.o mysub1.o mysub2.o" > in the readme.1st README.1ST was written before GCC 2.95 was released. What is now gpp.exe was called gxx.exe in previous versions, and the FAQ wasn't updated since then. > Bottom line: what is meant by these terms ? gpp gxx g++ These are different versions of the C++ compiler. In your case, always use gpp, and it will work okay.