I am trying to compile MySQL 3.23.49 on the following system:

Compaq Tru64 Version 5.1 1885 alpha

gnu gcc 3.1
make 3.79

I keep getting the error shown below. Any trouble shooting insight will be
greatly appreciated.

Thanks

Dean






mv -f .libs/mf_cache.lo mf_cache.o
(cd . && ln -s mf_cache.o mf_cache.lo)
/bin/sh ../libtool --mode=compile gcc
-DDEFAULT_CHARSET_HOME="\"/usr/local\""  
-DDATADIR="\"/usr/local/var\""                   
-DSHAREDIR="\"/usr/local/share/mysql\"" -DUNDEF_THREADS_HACK -DDONT_USE_RAID

-I./../include -I../include      -I./.. -I.. -I..    -O3 -DDBUG_OFF   -c 
getopt.c
rm -f .libs/getopt.lo
gcc -DDEFAULT_CHARSET_HOME=\"/usr/local\" -DDATADIR=\"/usr/local/var\" 
-DSHAREDIR=\"/usr/local/share/mysql\" -DUNDEF_THREADS_HACK -DDONT_USE_RAID 
-I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF -c getopt.c
-DPIC 
-o .libs/getopt.lo
In file included from /usr/include/sys/socket.h:64,
                 from ../include/global.h:370,
                 from getopt.c:49:
/usr/include/sys/uio.h:177:22: macro "readv" requires 3 arguments, but only
1 
given
/usr/include/sys/uio.h:178:23: macro "writev" requires 3 arguments, but only
1 
given
make[2]: *** [getopt.lo] Error 1
make[2]: Leaving directory `/user01/dgrimes/cdev/mysql-3.23.49/libmysql'
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