Re: Problem compiling with GCC 3.0

2001-07-18 Thread Devendra Narayan
due to some problem with the mailer, some unknown multibyte characters got included in my previous message. Here's the configuration line again : CC=gcc CFLAGS="-O1" CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-low-memory --wit

Problem compiling with GCC 3.0

2001-07-18 Thread Devendra Narayan
Would appreciate any help / tips regarding the following problem : Trying to compile mysql-3.23.39 with GCC 3.0 ( on Solaris 8 ) and the following configuration options : CC=gcc CFLAGS="-O1" CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" \ ./configure --pref