This is the mail archive of the autoconf@gnu.org mailing list for the autoconf project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sub-project link problem


On Mar 30, 2000, Ganesan Rajagopal <rganesan@myrealbox.com> wrote:

> Automake does. I have the same problem and it is caused by
> libtool. Automake passes the CXXLINK to libtool which ignores it and
> uses the C linker instead :-(.

The latest stable release of libtool does not fully support C++, and
the next stable release (1.4) won't, either.  Full C++ support will
only be introduced in release 1.5, that will be based on the
multi-language branch of the libtool CVS tree.  If you're using that
tree already, maybe you just need to add AC_LIBTOOL_CXX to your
configure.in, so that libtool will get configured to use the C++
compiler/linker.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]