I'm trying to compile version 4.0.1 from the source tree on RedHat 6.1.
Configure runs fine, but make gives me the following error:
gcc -DDEFAULT_CHARSET_HOME=\"/usr/local\" -DDATADIR=\"/usr/local/var\"
-DSHAREDIR=\"/usr/local/share/mysql\" -DUNDEF_THREADS_HACK -DDONT_USE_RAID
-DMYSQL_CLIENT -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF
-Wp,-MD,.deps/hash.pp -c hash.c -o hash.o >/dev/null 2>&1
mv -f .libs/hash.lo hash.lo
make[2]: *** No rule to make target `mf_iocache.lo', needed by
`libmysqlclient.la'.  Stop.
make[2]: Leaving directory `/home/yankee/mysql-4.0/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yankee/mysql-4.0'
make: *** [all-recursive-am] Error 2
What can be the problem?
TIA
Rafal

---------------------------------------------------------------------
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