discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Can't build apps on Solaris


From: Adam Fedor
Subject: Re: Can't build apps on Solaris
Date: Sun, 09 Mar 2003 21:12:45 -0700
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905



Dan Debertin wrote:
Compilation per the document:

http://www.gnustep.org/resources/documentation/manual_toc.html

with:
GCC-3.2.1 and gnustep-base-1.5.2 on Solaris 8

dies with:

Making all for tool TestObjC...
mkdir -p ./shared_obj/sparc/solaris2.8/gnu-gnu-gnu
 Linking tool TestObjC ...
Undefined                       first referenced
 symbol                             in file
gnustep_base_user_main              
/usr/local/GNUstep/System/Libraries/sparc/solaris2.8/gnu-gnu-gnu/libgnustep-base.so
ld: fatal: Symbol referencing errors. No output written to 
shared_obj/sparc/solaris2.8/gnu-gnu-gnu/TestObjC
collect2: ld returned 1 exit status
make[1]: *** [shared_obj/sparc/solaris2.8/gnu-gnu-gnu/TestObjC] Error 1
make: *** [TestObjC.all.tool.variables] Error 2


What does you GNUmakefile look like? It seems like you are missing something like:

TestObjC_OBJC_FILES = TestObjC.m


Try looking at

http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/





reply via email to

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