urgent: mysql compile problem

2001-08-01 Thread Wong Ching Kuen Frederick
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 i have the following error, could somebody help me?! thank you very much. c++ -DMYSQL_SERVER

Re: urgent: mysql compile problem

2001-08-01 Thread Tonu Samuel
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