On Sep 15, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:

> When I take the Makefile's that result from running
> automake, and autoconf, and add --tag=CXX to the C++ 
> variable definitions, the error message goes away and
> it complies a shared library.

> This tag should be
> automaticly put into the Makefile but it is not being done.

It doesn't have to be.  libtool should be able to infer the tag from
the command line.  What do you get if you run:

../../libtool --tag=CXX --config | grep '^CC=' | tail -1

-- 
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

Reply via email to