https://qa.mandrakesoft.com/show_bug.cgi?id=1542

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libobjc1                    |packaging
            Product|libobjc1                    |gnustep-objc
            Version|3.2.1-7mdk                  |1.2.0-1mdk



------- Additional Comments From [EMAIL PROTECTED]  2003-02-11 09:30 -------
This is not a gcc bug.

[gb@no objc]$ ./prog

5
5 6 3 [gb@no objc]$



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
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

Reply via email to