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                      -DDEFAULT_MYSQL_HOME="\"/usr/local/m
ysql\"" -DDATADIR="\"/usr/local/mysql/var\""                    -DSHAREDIR="
\"/usr/local/mysql/share/mysql\""                      -DHAVE_CONFIG_H -I./.
./include                  -I./../regex -I. -I../include -I.. -I.    -O3 -DD
BUG_OFF   -fno-implicit-templates -fno-exceptions -fno-rtti -c sql_lex.cc
sql_lex.cc: In function `void lex_init()':
sql_lex.cc:85: `symbols' undeclared (first use this function)
sql_lex.cc:85: (Each undeclared identifier is reported only once for each
   function it appears in.)
sql_lex.cc:87: `sql_functions' undeclared (first use this function)
sql_lex.cc: In function `int find_keyword(LEX*, unsigned int, bool)':
sql_lex.cc:168: `get_hash_symbol' undeclared (first use this function)
make[3]: *** [sql_lex.o] Error 1
make[3]: Leaving directory `/usr/local/src/mysql-3.23.40/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mysql-3.23.40/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-3.23.40'
make: *** [all-recursive-am] Error 2


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