How-To-Repeat: an error compiling mysql-3.23.51 on Solaris 9
try to compile mysql-3.23.51 on :
* Solaris 9 Sparc
* gcc version 2.95.3 20010315 (release) which comes with the CD
Companion on the Solaris 9 box.
with this options :
set CFLAGS="-O3"
set CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti"
set CXX=gcc
./configure --prefix=/usr/local/mysql --enable-assembler --with-
mysqld-ldflags=-all-static
then, after I typed make some time passed and then displayed this :
make all-recursive
Making all in include
make: Fatal error: Don't know how to make target `../config.status'
Current working directory /home/apache_coldfusion/mysql/mysql-
3.23.51/include
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/apache_coldfusion/mysql/mysql-
3.23.51
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'
what can it be? a guy in the net told me it as the sql_flex.cc that
was not correctly compiled...