This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Boostrap failure on i686-apple-darwin9 at revision 139725


Hi,
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.

Ok, please give us a couple of hours to try reproducing it. I hope it's something simple like _POSIX_TIMEOUTS which must be not just defined but >= 0.


Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]