https://qa.mandrakesoft.com/show_bug.cgi?id=1542
Product: libobjc1
Component: libobjc1
Summary: No way to run objectice-c programs
Version: 3.2.1-7mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: blocker
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
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
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.