I got through the configure phase fine, but during make I got this failure:
compiling thread.c
In file included from thread.c:230:0:
thread_pthread.c: In function'thread_timer':
thread_pthread.c:1440:5: warning: passing argument 1 of 'pthread_setname_np' from incompatible pointer type
/usr/include/pthread.h:133:5: note: expected 'pthread_t' but argument is of type'const char *'
thread_pthread.c:1440:5: error: too few arguments to function'pthread_setname_np'
/usr/include/pthread.h:133:5: note: declared here
*** Error code 1
Stop.
compiling thread.c
In file included from thread.c:230:0:
thread_pthread.c: In function 'thread_timer':
thread_pthread.c:1440:5: warning: passing argument 1 of 'pthread_setname_np' from incompatible pointer type
/usr/include/pthread.h:133:5: note: expected 'pthread_t' but argument is of type 'const char *'
thread_pthread.c:1440:5: error: too few arguments to function 'pthread_setname_np'
/usr/include/pthread.h:133:5: note: declared here
Can you try trunk? r45204, r45202, r45190, r44925 may all help.