[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building GNUstep on Solaris 10
From: |
Adam Fedor |
Subject: |
Re: Building GNUstep on Solaris 10 |
Date: |
Sat, 21 Jan 2006 21:21:14 -0700 |
On 2006-01-21 10:05:33 -0700 Andreas Höschler <ahoesch@smartsoft.de> wrote:
> Undefined first referenced
> symbol in file
> NSLog ./shared_obj/autogsdoc.o
> __objc_class_name_GSXMLParser ./shared_obj/autogsdoc.o
> NSSearchPathForDirectoriesInDomains ./shared_obj/autogsdoc.o
> objc_get_class ./shared_obj/autogsdoc.o
> __objc_class_name_NSSet ./shared_obj/autogsdoc.o
> __objc_class_name_NSConstantString ./shared_obj/autogsdoc.o
> _NSRangeExceptionRaise ./shared_obj/autogsdoc.o
> __objc_class_name_NSAutoreleasePool ./shared_obj/autogsdoc.o
> __objc_class_name_NSNumber ./shared_obj/AGSParser.o
> __objc_class_name_NSObject ./shared_obj/AGSParser.o
> ...
Have you looked at the output with 'make messages=yes'. Is it actually linking
with the base library? Was the base library built correctly and has all those
symbols?