No really, I'm just trying to compile Objective C code. But when I use -libobjc, I get:
/usr/bin/ld: cannot find -libobjc collect2: ld returned 1 exit status I thought that "libobjc" was included in gcc. So, I found the following link that says that -libobjc is the Objective C class library . . . http://www.cs.rochester.edu/u/mccallum/libobjects/ SO, what should I do to compile Objective C code? I have being trying to use "-lm" and "-libobjc" or "-libobjects". Thanks a lot, Alex Quoting Andrew Pinski <[EMAIL PROTECTED]>: > > On Jul 7, 2005, at 12:13 AM, [EMAIL PROTECTED] wrote: > > > I'm getting the following message when I try to install "libobjects": > > Is there a reason why you are trying to install libobjects when it was > renamed to be "GNUstep Base Library" and therefore is now maintained > part of the GNUstep project? > > Thanks, > Andrew Pinski > a libobjc maintainer > >