discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

objc on openbsd/i386 (gcc3)


From: Julian Leyh
Subject: objc on openbsd/i386 (gcc3)
Date: Fri, 7 Jan 2005 00:37:05 +0100

hello list..

because of the switch to gcc3 of openbsd/i386 i decided to revive my
gnustep ports.
i still have some problems with the compiler, it seems that i can't
link against libobjc from the system.

here the error:

$ cat > test.m << EOF
#include <objc/Object.h>

int main(int argc, char* argv[])
{
  Object* obj = [Object new];
  return 0;
}
EOF
$ gcc -o test test.m -lobjc
/usr/lib/libobjc.so.2.0: undefined reference to `x86_field_alignment'
collect2: ld returned 1 exit status

does anybody have an idea why this is happening or how i could solve it?

thanks
JRL

-- 
If you don't remember something, it never existed...
If you aren't remembered, you never existed...
I don't quite understand what love is like... But if there
was someone who liked me, I'd be happy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]