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-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep