Hallo Andreas, Thanks for the report.
What architecture is this building on? On 1 Feb 2008, at 22:43, Andreas Schwab wrote:
16. convenience.at:69: testing ..../convenience.at:70: { test -n "$CXX" && test "X$CXX" != Xno; } || (exit 77)
So CXX is a non-zero length string other than "no", or this test would have
skipped (exit code 77).
libtool: compile: g++ -c main1.cpp -o .libs/main1.o/usr/src/packages/BUILD/libtool-2.1b/libtool: line 821: g++: command not found
It seems you have CXX=g++, but with no g++ in your path when you run the testsuite.
What is CXX set to in your Makefile? Do you have a C++ compiler installed? Is it g++? What did configure report in the 'checking for g++' test?Did configure add a CXX tag to the libtool script (search for 'TAG CONFIG: CXX'
in libtool in your build directory)? What does the first CC= line below that say? Did you have CXX set in your environment when you ran configure? Cheers, Gary -- ())_. Email me: [EMAIL PROTECTED] ( '/ Read my blog: http://blog.azazil.net / )= ...and my book: http://sources.redhat.com/autobook `(_~)_
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Bug-libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-libtool