discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building gnuStep on panther


From: Yves de Champlain
Subject: Re: Building gnuStep on panther
Date: Sat, 05 Jun 2004 14:00:36 -0400

  Linking library libgnustep-gui ...
ld: for architecture ppc
ld: warning undefined symbols:
___objc_exec_class
_objc_get_class
_objc_msg_lookup
_objc_msg_lookup_super
___objc_class_name_Protocol
_objc_free
etc.

The problem here is that you are linking the wrong Objective-C runtime
library.  Because your programs are compiled using the -fgnu-runtime
option, they call functions within the GNU runtime, which are all those
missing symbols.  The Apple runtime has similar functions but the names
are different.

Yves wrote
Do you have a libgcc.dylib in /usr/local/lib ?

I would have thought you should be looking for the whereabouts of
libobjc.dylib.

That is true for these warnings, but the errors that stopped the building process
were on restFP and save FP, that is in libgcc

yves





reply via email to

[Prev in Thread] Current Thread [Next in Thread]