AIX and V3
David Edelsohn
dje@watson.ibm.com
Mon Jan 22 18:19:00 GMT 2001
>>>>> Mark Mitchell writes:
Mark> After an insanely long amount of configury on a relatively slow
Mark> RS6000 box (I may try to do something about the configury, BTW), I run
Mark> into:
Mark> libtool: link: cannot find name of link library for `../libsupc++/libsupc++convenience.la'
Mark> I know y'all have mentioned this before, but I don't know what the
Mark> solution is, or why this problem still persists in CVS.
This seems like the libtool problem that I was discussing with
Alexandre Oliva a while ago. Did you configure with or without shared
libraries?
libtool basically is confused by a system which does not need a
separate archive of object files. When it goes to build the convenience
library, it does not find any object files and creates an empty, broken
archive which fails when referenced.
I have a work-around in my tree which probably is not correct for
the opposite case, but I don't know what the real problem is and I have
not made progress with the libtool developers.
David
More information about the Gcc
mailing list