[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libtool 2.1b] testsuite: 16 54 55 56 failed
From: |
Gary V. Vaughan |
Subject: |
Re: [libtool 2.1b] testsuite: 16 54 55 56 failed |
Date: |
Sat, 2 Feb 2008 00:10:05 +0800 |
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: address@hidden
( '/ 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
Re: [libtool 2.1b] testsuite: 16 54 55 56 failed, Ralf Wildenhues, 2008/02/01