>>>>> "Paul" == Paul M <warik@stripped> writes:
Paul> Hi,
Paul> I am having the most terrible problem on this alpha given to me. It
Paul> compiles mysql fine, until it hits a file called sql_yacc.cc.. Here is the
Paul> line itself:
Paul> c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\""
Paul> -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\""
Paul> -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -O
Paul> -g -O2 -fno-implicit-templates -DDBUG_OFF -c sql_yacc.cc
Paul> Here is the problem itself; IT DOESNT STOP! It GOES ON AND ON AND ON FOR
Paul> HOURS! No error, it gives me no output other than a few lines in verbose
Paul> mode.
Paul> That line was from the older Mysql 3.21, but it does the exact same thing
Paul> on 3.22. I'd rather not use the binaries since I had some problems with
Paul> it, and because I was also told mysql compiles fine under alpha (even
Paul> without the Linux Threads patch). And linux threads has NOTHING TO DO WITH
Paul> IT!
Paul> I beg of ANYONE! I really really need this to compile.. IT HAS BEEN MORE
Paul> THAN A MONTH I HAVE BEEN SUFFERING WITH THIS PROBLEM!!!! (I've only gotten
Paul> enough time to get to this mailing list now ).
Paul> Feel my pain :(
Paul> Thanks,
Paul> _________________________________ ______ __ __ __
Paul> Paul Mokbel /_ __/ / / / / /\ / /
Paul> Founder/System Admin / / / /__/ / / \ / /
Paul> (I)nternet (H)ost (N)etwork / / / ___ / / /\ \/ /
Paul> PGP: finger warik@stripped _/ /_ / / / / / / \ /
Paul> [warik@stripped] [warik@efnet] /____/ /_/ /_/ /_/ \/
Paul> ____________________________________________________________
Paul> -end-
Hi!
The problem you are facing is a problem with your C++ compiler; The
MySQL manual has a workaround for this:
CXX=gcc ./configure --with-low-memory
Regards,
Monty