-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 11 Sep 2003, Dyego Souza do Carmo wrote:

> I try to compile MySQL/InnoDB 4.1.1 ( loaded from BK )
>
> My Configure Line is:
>
> export CFLAGS="-O6 -mpentiumpro"
> export CXX=gcc
> export CXXFLAGS="-O6 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti"
> ./configure --with-innodb  --without-isam --without-docs --without-bench 
> --with-charset=latin1 --without-bdb --without-debug --enable-assembler 
> --enable-local-infile --with-mysqld-user=mysql --with-gnu-ld 
> --prefix=/usr/local/mysql4
>
>
> The error is:
>
> make[2]: Entering directory `/temp/mysql-development/mysql-4.1-win/sql'
> bison -y  -d sql_yacc.yy && mv y.tab.c sql_yacc.cc
> conflicts:  365 shift/reduce
> sql_yacc.yy:5357: fatal error: maximum table size (32767) exceeded
> make[2]: *** [sql_yacc.cc] Error 1
> make[2]: Leaving directory `/temp/mysql-development/mysql-4.1-win/sql'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/temp/mysql-development/mysql-4.1-win'
> make: *** [all] Error 2
> scribthree:/temp/mysql-development/mysql-4.1-win#

>From http://www.mysql.com/doc/en/Installing_source_tree.html:

"If you are trying to configure MySQL 4.1, you will also need GNU bison
1.75. Older versions of bison may report this error: sql_yacc.yy:#####:
fatal error: maximum table size (32767) exceeded. Note: the maximum table
size is not actually exceeded, the error is caused by bugs in these
earlier bison versions. Versions of MySQL before version 4.1 may also
compile with other yacc implementations (e.g. BSD yacc 91.7.30). For later
versions, GNU bison is a requirement."

Bye,
        LenZ
- -- 
 Lenz Grimmer <[EMAIL PROTECTED]>
 Senior Production Engineer
 MySQL GmbH, http://www.mysql.de/
 Hamburg, Germany

 For technical support contracts, visit https://order.mysql.com/?ref=mlgr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/YXrnSVDhKrJykfIRAkyQAJ9Hf7sG6es6IrmdbIn/FaOlmoC9WACeJ1FC
erSiBf+bgDl952KP/3OGUnQ=
=QNgp
-----END PGP SIGNATURE-----

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to