This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: OpenBSD vs Objective-C


Steve Mertz <steve@dragon-ware.com> writes:

> I'm trying to use ObjC on OpenBSD 3.2.  gcc version 3.3.3.
> 
> $ gcc -o try *.o -lobjc
> ld: SString.o: RRS text relocation at 0x25dc for
> "___objc_class_name_Object"
> ld: SString.o: RRS text relocation at 0x25dc for
> "___objc_class_name_Object"
> 
> This is what I'm getting.
[snip]

Since ld is reporting the error, I suggest you try asking the
    maintainers of your ld.


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