Hello:
I'm not able to successfully complete make on mysql, I think I'm using mysql
version 3.23. I'm using gnu's complier and make, I'm not using the Compaq C++
compilier. Thank you very much.
Tru64 v5.1a
CC=GCC
CXX=GCC
gcc version 2.97
GNU Make version 3.79.1
my_error.c: In function `my_erro
I'm not able to successfully complete make on mysql, I think I'm using mysql
version 3.23. I'm using gnu's complier and make, I'm not using the Compaq C++
compilier. Thank you very much.
Tru64 v5.1a
CC=GCC
CXX=GCC
gcc version 2.97
GNU Make version 3.79.1
my_error.c: In function `my_error':
my_er
Quoting Lenz Grimmer <[EMAIL PROTECTED]>:
Lenz:
# cc -V
Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885)
Compiler Driver V6.4-215 (sys) cc Driver
# cxx -V
ksh: cxx: not found
=
I couldn't find standard source so I used the gamma source. I'm g
Quoting [EMAIL PROTECTED]:
Also, I used this command:
CC="cc -pthread" CXX="cxx -pthread -O" \
./configure --with-named-thread-libs="-lpthread -lmach -lexc -lc"
> Quoting [EMAIL PROTECTED]:
>
> By the way, I did use pthread:
>
> ./configure --prefix=/usr/local/mysql --with-pthread
>
> >
>
Quoting [EMAIL PROTECTED]:
By the way, I did use pthread:
./configure --prefix=/usr/local/mysql --with-pthread
>
>
> I'm running Tru64 5.1a and I downloaded mysql-3.23.51.tar. I was able to
> compile it successfully but when id did a GNU Make, I recieved the
> following:
>
> cc: Warning: /us
I'm running Tru64 5.1a and I downloaded mysql-3.23.51.tar. I was able to
compile it successfully but when id did a GNU Make, I recieved the following:
cc: Warning: /usr/include/pthread.h, line 1256: In this declaration, there is
no declarator. (nodcl)
extern int pthread_mutex_lock (pthread_mut