Hello,

> I am trying to compile gnustep from svn and I get a link error:
>
> GSspell.m:83: warning: value computed is not used
>  Linking service GSspell ...
>  Creating GSspell.service/Resources...
>  Creating GSspell.service/Resources/Info-gnustep.plist...
> ././obj/make_services: symbol lookup error:
> /opt/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.17: undefined
> symbol: __objc_msg_forward2
> make[2]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1
> make[1]: *** [GSspell.all.service.variables] Error 2
> make: *** [internal-all] Error 2
>
> I am on Debian SID and my gcc version is:
>
> $ gcc --version
> gcc (Debian 4.3.2-1) 4.3.2
> Copyright (C) 2008 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I found the problem. I once installed llvm-gcc-4.2. I removed it later, but I 
forgot to remove the libs from /usr/local. Now everything compiles just fine.

Greetings,
Michael
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to