delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/03/27/11:29:56

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Date: Sat, 27 Mar 2010 12:29:45 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np
Message-ID: <20100327162944.GA13314@ednor.casa.cgf.cx>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <b0ddfae81003270823v2af60a63nf4678c33dc9ba0e7 AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <b0ddfae81003270823v2af60a63nf4678c33dc9ba0e7@mail.gmail.com>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

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
>../JavaScriptCore/runtime/Collector.cpp:685: error: `pthread_attr_getstack' was
>not declared in this scope
>make[1]: *** [obj/release/Collector.o] Error 1
>
>with _GNU_SOURCE defined, ( presuming someone is including
>pthread.h LOL) ,

I must be missing the joke.

>...
>and, ok, unless flags are wrong shold beincluding pthread,
>
>#if PLATFORM(SOLARIS)
>#include <thread.h>
>#else
>#include <pthread.h>
>#endif
>
>#if HAVE(PTHREAD_NP_H)
>#include <pthread_np.h>
>#endif
>
>
>Apparently there was some debate about this circa 2006 with cgf,
>
>http://www.cygwin.com/ml/cygwin/2006-01/msg00583.html
>
>
>Grepping through the pthread header however I don't see any indication
>the things the compiler is complaining about exist. It seems however
>the _GNU_SOURCE flag comes up in many headers in the include dir.

You're conflating things here.  This has nothing to do with _GNU_SOURCE.
Defining _GNU_SOURCE isn't going to cause nonexistent functions to show
up.  The fact that you can't find the functions in a header file should
be a clue.  The functions simply don't exist on Cygwin.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019