Oļ,

I just configure my Makefile (is that the good one ?),
and I obtain the following errors...
make[2]: *** [libmysql.lo] Error 1
make[2]: Quit the '/root/MySQL/mysql-3.23.51/libmysql' directory
make[1]: *** [all-recursive] Erreur 1
make[1]: Quit the '/root/MySQL/mysql-3.23.51' directory
make: *** [all-recursive-am] Error 2


The problem seems to be located with libmysql.c, kind of arguments problem.
Here's my command line:
CFLAGS="-03 -mpentiumpro" CXX=gcc
CXXFLAGS="-03 -menptiumpro -mstack-align-double \
-felide-contructors -fno-exceptions-fno-rtti"
 ./configure --prefix=/usr/local/mysql \
--enable-assembler --with-mysql-ldflags=-all-static --with-client-ldflags=-a
ll-static --with-innodb

So, I just saw the following error : -fno-exceptions-fno-rtti must
be -fno-exceptions -fno-rtti.

Furthermore i put the line as is without backslash (I put it as a single
line without taping on <enter>.

The problem is that I don't find 'config.cache', so I can't rm it and so I
cannot 'make clean' !!!
Is 'make clean' efficient alone ?

Thanks for helps,
bbsc
ism


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