*Malcolm McGrath - Ardec - MIS wrote:

> Greetings,
> 
> I am having problems compiling gnustep-gui, (for use with GNUMail.app), 
> please find following some relevant information regarding my machine.
> 
> I have  a Mandrake x86 linux with the following software installed:
> 
> 
> Here is the information about the gcc packages installed.
> [gnustep-gui-0.7.0]$ rpm -qa | grep gcc
> gcc3.0-cpp-3.0.1-1mdk
> gcc-2.96-0.62mdk
> gcc-c++-2.96-0.62mdk
> gcc-cpp-2.96-0.62mdk
> gcc-objc-2.96-0.62mdk
> 
> [gnustep-gui-0.7.0]$ uname -a
> Linux kenny 2.4.8-26mdk #1 Sun Sep 23 17:06:39 CEST 2001 i686 unknown
> 
> 
> [gnustep-gui-0.7.0]$make
> [snip]
> /usr/bin/ld: warning: type and size of dynamic symbol 
> `__objc_class_name_NSAutoreleasePool' are not defined
> make[2]: *** [example.service/Resources/Info-gnustep.plist] Error 1
> make[1]: *** [example.all.service.variables] Error 2
> make[1]: Leaving directory `/tmp/gnustep/gnustep-gui-0.7.0/Tools'
> make: *** [internal-all] Error 2
> 


I get this occationally and I don't know why - for some reason make just 
discards the LD_LIBRARY_PATH environment variable. Try

make LD_LIBRARY_PATH=$LD_LIBRARY_PATH


-- 
Adam Fedor, Digital Optics            | I'm glad I hate spinach, because
http://www.doc.com                    | if I didn't, I'd eat it, and you
http://www.gnustep.org                | know how I hate the stuff.


_______________________________________________
Help-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-gnustep

Reply via email to