When compiling Mysql on a Dec 3000 OSF1 V4.0 I get the following error:

sql_yacco.yy:719: Parse error before '}'
sql_yacco.yy:1462: Parse error before '}'
sql_yacco.yy:1689: Parse error before '}'
sql_yacco.yy:1723: Parse error before '}'
sql_yacco.yy:1746: Parse error before '}'
sql_yacco.yy:1801: Parse error before '}'
sql_yacco.yy:2269: Parse error before '}'
sql_yacco.yy:2437: Parse error before '}'
make[3]: *** [sql_yacc.o] Error 1
make[2[: *** [all-recursive] Error 1
....

I've used this to configure, but changes the O3 to O like other documentation 
has said to do:
  env CC="cc -pthread" CFLAGS="-I./include -DDONT_USE_THR_ALARM" CXX=gcc \
  CXXFLAGS="-O3 -DDONT_USE_THR_ALARM" ./configure --with-low-memory  \
  --with-named-thread-libs="-lpthread -lmach -lexc"

And then I just run make.. Anyone know what I could do to fix this? The 
machine has 64 Megs of RAM, and it's not giving me the OUt of Virtual Memory 
error that seems to be the only other problem I've found out there with this.

I've also upgraded Make and gcc to the newest versions.

Thanks,
Cj B
[EMAIL PROTECTED]

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