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:Cl. Yuri Huitron Alvarado (cly@infosal.uadec.mx)
Date:06/22/2002 02:54:49 PM
List:com.mysql.lists.bugs

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