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: Tue, 17 Feb 2009 06:22:23 +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

Update of bug #24111 (project gnustep):

                Category:         Base/Foundation => Makefiles              

    _______________________________________________________

Follow-up Comment #6:

It seems to me that the critical part in the output you quote is:

checking whether objc has thread support... no 

I'm pretty sure that's from the gnustep-make configure (and base gets the
information from make) to determine the threading in use.

Looking at configure.ac for gnustep-make, it seems that it tries a variety of
options of linker flags to get threading working, but it's possible that none
of those work on your system (it's also possible that a non-threaded objc
library is being picked up even though the gcc version in use was compiled for
threading).

You could check to see how many libobjc's you have installed, and eliminate
possibilities to make sure there's only one.  You could then examine that
libobjc to see what it's linked with and figure out the threading flags needed
(or if it really doesn't support threading, replace it with one that does).



    _______________________________________________________

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]