[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #24111] NetBSD Unable to detach thread
From: |
Riccardo mottola |
Subject: |
[bug #24111] NetBSD Unable to detach thread |
Date: |
Mon, 16 Feb 2009 22:39:09 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081229 SeaMonkey/1.1.14 |
Follow-up Comment #5, bug #24111 (project gnustep):
indeed, I get:
checking for custom shared objc library... NONE
checking whether objc has thread support... no
checking whether we should use native ObjC exceptions... not requested by
user
checking for the GCC version... version: 4.1
but it is very strange not to have threads?
The gcc options seen in configure are:
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure
--enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf4.99.3 --host=i386--netbsdelf
--target=i386--netbsdelf
the correct flag for netbsd is -lpthread I believe, the test of which is:
configure:5739: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime
-DGNU_RUNTIME conftest.c -lobjc -lpthread >&5
In file included from conftest.c:8:
config_thread.m:7: warning: incomplete implementation of class
'NXConstantString'
config_thread.m:7: warning: method definition for '-length' not found
config_thread.m:7: warning: method definition for '-cString' not found
configure:5742: $? = 0
configure:5748: ./conftest
configure:5751: $? = 255
configure: program exited with status 255
configure: failed program was:
what's wrong? I see only warnings...
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?24111>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #24111] NetBSD Unable to detach thread,
Riccardo mottola <=
- [bug #24111] NetBSD Unable to detach thread, Richard Frith-Macdonald, 2009/02/17
- [bug #24111] NetBSD Unable to detach thread, Sebastian Reitenbach, 2009/02/17
- [bug #24111] NetBSD Unable to detach thread, Riccardo mottola, 2009/02/18
- [bug #24111] NetBSD Unable to detach thread, Riccardo mottola, 2009/02/19
- [bug #24111] NetBSD Unable to detach thread, Richard Frith-Macdonald, 2009/02/19
- [bug #24111] NetBSD Unable to detach thread, Sebastian Reitenbach, 2009/02/19
- [bug #24111] NetBSD Unable to detach thread, Richard Frith-Macdonald, 2009/02/19
- [bug #24111] NetBSD Unable to detach thread, Sebastian Reitenbach, 2009/02/19
- [bug #24111] NetBSD Unable to detach thread, Riccardo mottola, 2009/02/22