bug-gnustep
[Top][All Lists]
Advanced

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

[bug #24111] NetBSD Unable to detach thread


From: Richard Frith-Macdonald
Subject: [bug #24111] NetBSD Unable to detach thread
Date: Thu, 19 Feb 2009 13:44:25 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1

Follow-up Comment #12, bug #24111 (project gnustep):

Yes, all those undefined pthread_... synbols show that your openbsd system
has libobjc linked with a pthread library.
I know the configure script checks for that ... so if it's not working the
most likely issue is that your pthread library is missing (or in a location
not found by the linker) or has dependencies itsself on another library we are
not linking.

Investigating this ought to be fairly easy ... you just try building the
little objc test program used by configure, add flags to link the appropriate
libraries, and  examine the libraries to find any dependencies they hae, and
add *those* new libraries to the list to be linked.

Once you know the set of libraries used and the order they need to be linked
in, you can provide a patch to the gnustep-make configure script so that it
will be able to get a working threaded runtime.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24111>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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