Subject: Shared libs problem with Objective-C
To: None <netbsd-users@netbsd.org>
From: Arnaud BAILLY <abailly@norsys.fr>
List: netbsd-users
Date: 02/20/2004 12:12:08
I've got a problem using shared libraries with Objective-C runtime.
It can't find classes defined  in .so. I have found an old mail (03/2000)
reporting the problem being located in libobjc : the
objc_class_lookup function is never defined and so cannot look for
dynamically loaded symbols.
Is this an unresolved issue ? Does anybody have a workaround ? I am
trying to install gcc3 in the hope that Objective-C runtime will be
right.

Thank you

Arnaud