Hello all,

I'm new to this list and I was wandering if one of you would be able to
help me with the following problem.

I've been trying, unsuccessfully, to compile mysql 3.23.51 on Solaris 9
(sparc). I'm using gcc 3.2 and bintools 2.13. I used the following
configure command: ./configure -prefix=/usr/local/mysql -with-innodb

Whatever I try I get the same errors (see end of message) when trying to
compile. I looked and the only references to compile errors in this
module I can find have to do with memory constraints. I tried the
low-memory option, but no difference. When looking at the sql_lex.cc
module it seems to reference some things from lex.h which is not
included, but including it will fix some of these errors but not all.

I was going to try to compile 3.23.52 instead but sourceforge tells me
that there are no files for 3.23.52. and a max binary for Solaris 9 is
not available yet.

Any and all help/advice/pointers would be greatly appreciated, thanks in
advance.

Wim


make[1]: Entering directory `/software/mysql-3.23.51/sql'
g++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\""
-DDATADIR="\"/usr/local/mysql/var\""
-DSHAREDIR="\"/usr/local/mysql/share/mysql\""
-DHAVE_CONFIG_H -I../innobase/include       -I./../include
-I./../regex                    -I. -I../include -I.. -I.    -O3
-DDBUG_OFF   -fno-implicit-templates -fno-exceptions -fno-rtti
-DHAVE_RWLOCK_T -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[1]: *** [sql_lex.o] Error 1
make[1]: Leaving directory `/software/mysql-3.23.51/sql'
 
 

 

 




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