I'm having a lot of grief with this, and nothing I've found in the
archives has helped.
I'm using Tru64 5.0 and gcc-2.95.2 which I managed to compile using the
hint from the archives to let it know about Tru64 5.0
I'd be happy with a binary, also for Python which is giving me a hard
time too.
I do a ./configure --prefix=/usr/local/mysql
then a make using GNU make, and after about 5 minutes of compiling I get
the output below.
All hints & tips much appreciated!
gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I..
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O6
-DDBUG_OFF -c safemalloc.c -o safemalloc.o
echo timestamp > safemalloc.lo
/bin/sh ../libtool --mode=compile gcc -DUNDEF_THREADS_HACK
-I./../include -I../include -I./.. -I.. -I..
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O6
-DDBUG_OFF -c my_alloc.c
gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I..
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O6
-DDBUG_OFF -c my_alloc.c -o my_alloc.o
echo timestamp > my_alloc.lo
/bin/sh ../libtool --mode=compile gcc -DUNDEF_THREADS_HACK
-I./../include -I../include -I./.. -I.. -I..
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O6
-DDBUG_OFF -c getopt.c
gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I..
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O6
-DDBUG_OFF -c getopt.c -o getopt.o
In file included from /usr/include/sys/socket.h:67,
from ../include/global.h:281,
from getopt.c:49:
/usr/include/sys/uio.h:178: macro `readv' used without args
/usr/include/sys/uio.h:179: macro `writev' used without args
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
--
Irvine Short
Sys Admin
SANBI, University of the Western Cape, South Africa
http://www.sanbi.ac.za
tel: +27-21-959 3645
fax: +27-21-959 2512
cel: +27-82-494 3828
Received on Fri Aug 25 2000 - 09:56:02 NZST