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++ lotsastuff.lo -o libmine.la

and, nevertheless, libtool still uses gcc for linking?  In this case,
this may be a bug in the recently-added code to automatically select
the most appropriate configuration tag.  You may be able to overcome
this problem by explicitly telling libtool which tag to use:

libtool --tag=CXX --mode=link g++ lotsastuff.lo -o libmine.la

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