This is the mail archive of the gcc-bugs@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: objc/2902: collect2 doesn't ...: libtool should use collect2?



> > objc runtime: cannot find class Object
> > FAIL: objc/execute/_cmd.m execution,  -O
 
> I started looking into the cause of the above.  The problem is caused
> by using libtool rather than gcc to link libobjc.sl.  
> [...] 
> This is a regression from the previous release which didn't use libtool.

It would be very nice to fix it - but it's not a regression because
building a shared libobjc is a new feature - the previous release could
only build a static libobjc (unless you have the problem with a static
libobjc as well, then it's a regression).

You can probably learn more about your problem by comparing libobjc with
other libs in the gcc area - they all use libtool but perhaps they are
able to config better ?

I wish I had more time to spend to help you fix it.


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