3 messages in com.mysql.lists.bugsHow-To-Repeat: an error compiling m...
FromSent OnAttachments
Cl. Yuri Huitron Alvarado22 Jun 2002 14:54 
Michael Widenius24 Jun 2002 04:18 
Sinisa Milivojevic24 Jun 2002 05:39 
Subject:How-To-Repeat: an error compiling mysql-3.23.51 on Solaris 9
From:Michael Widenius (mon@mysql.com)
Date:06/24/2002 04:18:57 AM
List:com.mysql.lists.bugs

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