dear list,
 
i've got the folowing compile error.
 
/bin/sh ../libtool --mode=compile gcc
-DDEFAULT_CHARSET_HOME="\"/usr/local/mysql\""
-DDATADIR="\"/data/mysql\""
-DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DDONT_USE_RAID  -I. -I.
-I.. -I./../include -I../include -I./.. -I.. -I..
/usr/local/openssl/include    -O3 -DDBUG_OFF   -c -o libmysql.lo `test
-f libmysql.c || echo './'`libmysql.c
rm -f .libs/libmysql.lo
gcc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysql\"
-DDATADIR=\"/data/mysql\" -DSHAREDIR=\"/usr/local/mysql/share/mysql\"
-DDONT_USE_RAID -I. -I. -I.. -I./../include -I../include -I./.. -I..
-I.. /usr/local/openssl/include -O3 -DDBUG_OFF -c libmysql.c -MT
libmysql.lo -MD -MP -MF .deps/libmysql.TPlo  -fPIC -DPIC -o
.libs/libmysql.lo
gcc: cannot specify -o with -c or -S and multiple compilations
make[2]: *** [libmysql.lo] Error 1
make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/web/mysql-4.0.16'
make: *** [all] Error 2

i'm trying this with mysql-4.0.16, but i also got this with 4.0.15 and
4.0.15a
with 4.0.14 it's going good.
 
does anyone know how to solve this?
thanks in advance.

Reply via email to