I'm compiling on Tru64 ver 5.1 using GNU 3.1 and make 3.79. I am receiving
the following error:

Any help will be appreciated.

Dean





inition
In file included from ../include/my_sys.h:35,
                 from mysys_priv.h:19,
                 from my_pthread.c:20:
../include/my_pthread.h:307:1: warning: "pthread_cond_init" redefined
In file included from ../include/global.h:94,
                 from mysys_priv.h:18,
                 from my_pthread.c:20:
/usr/include/pthread.h:1301:1: warning: this is the location of the previous
definition
my_pthread.c: In function `my_pthread_mutex_init':
my_pthread.c:395: `pthread_mutexattr_default' undeclared (first use in this
function)
my_pthread.c:395: (Each undeclared identifier is reported only once
my_pthread.c:395: for each function it appears in.)
my_pthread.c: In function `my_pthread_cond_init':
my_pthread.c:405: `pthread_condattr_default' undeclared (first use in this
function)
make[2]: *** [my_pthread.o] Error 1
make[2]: Leaving directory `/user01/dgrimes/cdev/mysql-3.23.49/mysys'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/user01/dgrimes/cdev/mysql-3.23.49'
make: *** [all-recursive-am] Error 2

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to