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

> /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..
[snip]
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'

libtool.m4, that should be part of aclocal.m4, hooks into AC_PROG_CXX
some code to automatically add a CXX tag to libtool.  If you don't use
AC_PROG_CXX or you're using an incompatible libtool.m4, you will get
an error like this.

> Also, I read the documentation on how to port libtool, however
> it doesn't cover (as far as I could find) porting of C++ support.

It's highly outdated, at this point.  Basically, you have to modify
ltcf-cxx.sh.  Take a look at it and see if it makes any sense for you
:-)

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