On 01 Aug 2001 15:36:55 +0800, Wong Ching Kuen Frederick wrote:
> i am using
> redhat 7.1 (i386-smp)
> kernel 2.4.6
> gcc 3.0
> mysql 3.23.40
> 
> ./configure --prefix=/usr/local/mysql --with-charset=big5 --with-mysqld-user
> =mysql

Correct way is:

make distclean
autoheader
aclocal
autoconf
automake
./configure --prefix=/usr/local/mysql --with-charset=big5 --with-mysqld-user=mysql

If you still have same problem, downgrade compiler. We sometime tried to
compile MySQL with gcc-3.0 but this is still is not well tested, so
surprises can appear with it.


-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Security Administrator
/_/  /_/\_, /___/\___\_\___/   Hong Kong, China
       <___/   www.mysql.com


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