Sun Studio 12 build error
Building on Linux rh4, Sunstudio12
"Mutex.cc", line 18: Error: PTHREAD_MUTEX_RECURSIVE is not defined.
Looking at the Solaris 9, 10 manuals, this is a valid option for pthread_mutexattr_settype.
On Linux, this is contained inside
#ifdef __USE_UNIX98
in /usr/include/pthread.h
Suggestions?

