Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-28 Thread Nicholas Sherlock
On 28/03/2010 4:23 a.m., mike marchywka wrote: I'm now getting this error and don't seem to be able to find the getattr_np thing by grepping through includes, .../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np' was not declared in this scope _np stand for

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-28 Thread Yaakov (Cygwin/X)
On 2010-03-27 10:23, mike marchywka wrote: I'm now getting this error and don't seem to be able to find the getattr_np thing by grepping through includes, ../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np' was not declared in this scope

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-28 Thread mike marchywka
On 3/28/10, Yaakov (Cygwin/X) wrote: On 2010-03-27 10:23, mike marchywka wrote: I'm now getting this error and don't seem to be able to find the getattr_np thing by grepping through includes, ../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np' was not declared in this

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-28 Thread mike marchywka
On 3/28/10, mike marchywka marchy...@gmail.com wrote: On 3/28/10, Yaakov (Cygwin/X) wrote: On 2010-03-27 10:23, mike marchywka wrote: I'm now getting this error and don't seem to be able to find the getattr_np thing by grepping through includes, ../JavaScriptCore/runtime/Collector.cpp:683:

how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread mike marchywka
I'm now getting this error and don't seem to be able to find the getattr_np thing by grepping through includes, ../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np' was not declared in this scope ../JavaScriptCore/runtime/Collector.cpp:685: error: `pthread_attr_getstack' was

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread Christopher Faylor
On Sat, Mar 27, 2010 at 11:23:15AM -0400, mike marchywka wrote: I'm now getting this error and don't seem to be able to find the getattr_np thing by grepping through includes, ../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np' was not declared in this scope

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread mike marchywka
I must be missing the joke. no, you finally answered the question. I didn't know they were non existent until I checked the headers. Not being familiar with the issue I thought they might exist if I set the flag. Grepping through the pthread header however I don't see any indication the

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread Christopher Faylor
On Sat, Mar 27, 2010 at 12:38:56PM -0400, mike marchywka wrote: I must be missing the joke. no, you finally answered the question. I didn't know they were non existent until I checked the headers. Not being familiar with the issue I thought they might exist if I set the flag. Function

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread mike marchywka
On 3/27/10, Christopher Faylor wrote: Function declarations which don't exist in any header file cannot show up when you set a flag. They exist in SOME header as they came up on google- I didn't know what may be available elsewhere, the fact it isn't on my system doesn't mean it doesn't

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread Christopher Faylor
On Sat, Mar 27, 2010 at 03:50:00PM -0400, mike marchywka wrote: On 3/27/10, Christopher Faylor wrote: Function declarations which don't exist in any header file cannot show up when you set a flag. They exist in SOME header as they came up on google- I didn't know what may be available elsewhere,