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

...
net_serv.cc:421" macro ' thr_alarm' used with to many {3} args
Make[3]: [net_serv.o] 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, gcc , and bison 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