Hi!
"Cl" == Cl Yuri Huitron Alvarado <cly...@infosal.uadec.mx> writes:
Cl> How-To-Repeat: an error compiling mysql-3.23.51 on Solaris 9
Cl> try to compile mysql-3.23.51 on :
Cl> * Solaris 9 Sparc
Cl> * gcc version 2.95.3 20010315 (release) which comes with the CD
Cl> Companion on the Solaris 9 box.
Cl> with this options :
Cl> set CFLAGS="-O3"
Cl> set CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti"
Cl> set CXX=gcc
Cl> ./configure --prefix=/usr/local/mysql --enable-assembler --with-
Cl> mysqld-ldflags=-all-static
Cl> then, after I typed make some time passed and then displayed this :
<cut>
Cl> make all-recursive
Cl> Making all in include
Cl> make: Fatal error: Don't know how to make target `../config.status'
Fix: Use gnu make instead of solaris make.
Regards,
Monty