On 6 Jan 2008, at 17:19, David Wetzel wrote:
Hi,
objc_thread_detach (@selector(hash), o, nil);
returns NULL on all boxes. Also on NetBSD 3.1 where NSThread is
working with GNUstep.
Any Ideas?
I don't see how that's possible unless you are linking something
wrong ... if objc_thread_detach() returns NULL then NSThread cannot
work ... since it is based on objc_thread_detach() and will raise an
exception if that returns NULL (since NULL is the error return from
that function ... not a great piece of design, but it's what the objc
runtime provides).
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev