This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Boostrap failure on i686-apple-darwin9 at revision 139725
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Dominique Dhumieres" <dominiq at lps dot ens dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 28 Aug 2008 13:33:34 -0700
- Subject: Re: Boostrap failure on i686-apple-darwin9 at revision 139725
- References: <20080828202525.1C7C33BAB9@mailhost.lps.ens.fr>
On Thu, Aug 28, 2008 at 1:25 PM, Dominique Dhumieres <dominiq@lps.ens.fr> wrote:
:
> /opt/gcc/i686-darwin/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9/bits/gthr-default.h:776: error: 'pthread_mutex_timedlock' was not declared in this scope
More to the point, it looks like pthread_mutex_timedlock was only
added to issue 6 of POSIX which was just released in 2004. This
function is too new for most pthreads implementation.
See http://www.opengroup.org/onlinepubs/009695399/functions/pthread_mutex_timedlock.html
for more information on this new function.
-- Pinski