When configuring mysql-4.0.5a-beta I found that if I were to configure
as follows:

CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro
-felide-constructors -fno-exceptions -fno-rtti" ./configure
--prefix=/usr/local/mysql --enable-assembler
--with-mysqld-ldflags=-all-static --disable-shared
--with-extra-charset=complex

I get the following at the end of the make install phase:

/usr/bin/install: `./README' and `/usr/local/mysql/mysql-test/README'
are the same file
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/usr/local/mysql/mysql-test'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/mysql/mysql-test'
make: *** [install-recursive] Error 1
[root@localhost mysql]#

BUT, if I change the configuration parameters removing the --prefix
parameter as such it compiles and installs without noting those errors:

CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro
-felide-constructors -fno-exceptions -fno-rtti" ./configure
--enable-assembler --with-mysqld-ldflags=-all-static --disable-shared
--with-extra-charset=complex

This happens in RedHat linux 7.2 and 7.3.


Bill Patterson


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