Re: Checking `gpp' as executable for C++ compiler in 2.52

2001-08-05 Thread Lars Hecking
Tim Van Holder writes: > > Why was `gpp' chosen as a possible executable name for a C++ compiler > > in AC_PROG_CXX (Autoconf 2.52)? This clashes with: > > http://www.math.polytechnique.fr/cmat/auroux/prog/gpp.html > > Because gpp is the name for g++ on DOS (where '+' is illegal in filenames).

Re: Checking `gpp' as executable for C++ compiler in 2.52

2001-08-05 Thread Tim Van Holder
> Why was `gpp' chosen as a possible executable name for a C++ compiler > in AC_PROG_CXX (Autoconf 2.52)? This clashes with: > http://www.math.polytechnique.fr/cmat/auroux/prog/gpp.html Because gpp is the name for g++ on DOS (where '+' is illegal in filenames). This used to be gxx; I'm not sure

Checking `gpp' as executable for C++ compiler in 2.52

2001-08-05 Thread autoconf
Why was `gpp' chosen as a possible executable name for a C++ compiler in AC_PROG_CXX (Autoconf 2.52)? This clashes with: http://www.math.polytechnique.fr/cmat/auroux/prog/gpp.html -- albert chin ([EMAIL PROTECTED])