That was it! Thanks again. -----Original Message----- From: Adam Fedor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 10:45 AM To: Burton, Craig Cc: Bug GNUstep Subject: Re: Link error in examples
On Aug 30, 2005, at 11:35 AM, Burton, Craig wrote: > Undefined first referenced > symbol in file > ceil ./shared_obj/CalcBrain.o (symbol > belongs to implicit dependency /usr/lib/libm.so.1) > pow ./shared_obj/CalcBrain.o (symbol > belongs to implicit dependency /usr/lib/libm.so.1) > sqrt ./shared_obj/CalcBrain.o (symbol > belongs to implicit dependency /usr/lib/libm.so.1) > ld: fatal: Symbol referencing errors. No output written to > Calculator.app/./Calculator > In the GNUmakefile, add the line ADDITIONAL_GUI_LIBS += -lm There appears to be a problem that new Solaris OS (along with, perhaps, other systems), requiring all dependent libraries on the link line. Ugh. _______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
