On Wed, Aug 11, 2004 at 02:27:00AM +0900, Peter O'Gorman wrote:
> Bob Friesenhahn wrote:
> >It has been reported a number of times, and I believe I expressed on the 
> >list that this was the single most significant bug related to libtool 1.5.
> 
> This should fix it. Please confirm.

As I understood it the only fix is to not use AC_PROG_CXX at all (i.e. 
require AC_LIBTOOL_TAGS), since that macro always sets CXX = g++ in the
case where it can't find a C++ compiler.  So with your patch, I still
get the same failure:

...
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

(with a change added the echo inside the if branch)


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to