Re: Making libtool use c++ to link c++ shared libraries.

2000-03-28 Thread Kevin Atkinson
On 28 Mar 2000, Alexandre Oliva wrote: On Mar 28, 2000, Kevin Atkinson [EMAIL PROTECTED] wrote: On 28 Mar 2000, Alexandre Oliva wrote: I tried that and it STILL insists on using gcc to make the shared libraries. Do you mean your Makefile runs: libtool --mode=link g++

Re: Making libtool use c++ to link c++ shared libraries.

2000-03-28 Thread Kevin Atkinson
On 29 Mar 2000, Alexandre Oliva wrote: On Mar 29, 2000, Kevin Atkinson [EMAIL PROTECTED] wrote: AC_LIBTOOL_CXX AM_PROG_LIBTOOL You must swap these two lines. AM_PROG_LIBTOOL creates libtool, AC_LIBTOOL_CXX requires AM_PROG_LIBTOOL, then appends to it, but then the explicit