Mail Archives: djgpp/1999/10/28/17:30:55
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.
- Raw text -