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


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

Re: AIX and V3


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


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