Hi,

As I were triyng to compile and run an objective program : 

http://www.cs.indiana.edu/classes/c304/oop-intro.html


>make
gcc -c -Wno-import List.m
List.m: In function `+[List new]':
List.m:8: warning: cannot find class (factory) method
List.m:8: warning: return type for `resetSize' defaults to id
List.m: At top level:
List.m:39: warning: `@end' missing in implementation context
gcc -c -Wno-import main.m
gcc -o prog -Wno-import List.o main.o -lobjc

>./prog
./prog: relocation error: /usr/GNUstep/System/Libraries/ix86/linux-gnu/libobjc.so.1: 
undefined symbol: pthread_key_create


My cooker is up-to-date from this morning, apart gnustep-base :

But when I tried to update it :

>urpmi gnustep-base
installing /var/cache/urpmi/rpms/gnustep-base-1.5.1-1mdk.i586.rpm
 
Installation failed:
        libgnustep-base.so.1 is needed by gnustep-base-1.5.1-1mdk
        libpthread.so.0(GLIBC_2.3.2) is needed by gnustep-base-1.5.1-1mdk


Am I missing a package ?
Is there a way to get those installed and running ?

thanks, 

-Paul

Reply via email to