On Mar 28, 2000, Kevin Atkinson <[EMAIL PROTECTED]> wrote:

> How do I make the multi-lang libtool use c++ to link c++ shared libraries
> so that the c++ libraries are linked in.

IIRC, you'd have to arrange for libtool to get an additional
configuration section with information about the C++ compiler.  Which,
in configure.in speak, translates to adding a call to AC_LIBTOOL_CXX
:-)

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

Reply via email to