Re: Undefined symbol on Solaris 10 SPARC
Adam Fedor <[email protected]> Fri, 30 May 2008 08:46:55 -0600
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On May 29, 2008, at 9:26 AM, [email protected] wrote: > Hi! > > I'm trying to build GNUstep-base on a Solaris 10 SPARC machine, but at > linking time there is always one undefined symbol: > > ==== > Compiling file AGSHtml.m ... > Linking tool autogsdoc ... > Undefined first referenced > symbol in file > __objc_msg_forward2 ../Source/./obj/libgnustep-base.so > ld: fatal: Symbol referencing errors. No output written to obj/ What compiler are you using? objc_msg_forward2 is defined in the libobjc library that comes with the gcc compiler (but the compiler needs to be reasonably up-to-date.