Hi!

>>>>> "R" == R Talbot <[EMAIL PROTECTED]> writes:

<cut>

R>   Below is My bug report...
R> Mysql 3.23.40 is runjning after the compile but,
R>   after a compile with errors 3.23.42 or .43 won't run the
R> server starts and fails so I guess we should concentrate on 3.23.40

R> gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

<cut>

R> Compilation info: CC='gcc'  CFLAGS=''  CXX='c++'  CXXFLAGS=''  LDFLAGS=''

<cut>

R> Configure command: ./configure  --prefix=/usr/local/mysql

The above configure command will not work reliable because of bugs in
the egcc thread/exception handling.

The following configuure line should have a big likehood to work:

rm config.cache
CC=gcc CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions 
-fno-rtti" ./configure --prefix=/usr/local/mysql --with-low-memory

Regards,
Monty



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to