On Sep 15, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:
> % ../../libtool --tag=CXX --config | grep '^CC=' | tail -1
> CC="cc"
That's the problem. It should be 'g++', in the CXX configuration.
Remove the `tail -1' and make sure you get two lines, one for the
default configuration and one overrider for CXX.
Then go figure why ltconfig got the wrong value when creating the CXX
configuration. Search for `TAG CONFIG: CXX' to see the configuration
variables passed to ltconfig. Also check what version of libtool
you're using.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me