From: Thimble Smith Date: April 3 1999 11:22pm Subject: Re: sql_yacc on alpha.. OUCH! List-Archive: http://lists.mysql.com/mysql/1386 Message-Id: <19990403162217.B25381@desert.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii If that doesn't fix it, and for some reason you need to stick with the c++ compiler you're using, could you do a kernel trace (truss, ktrace, whatever it is on your system) and see exactly what the C++ compiler thinks it's doing? That might help you find the problem. Tim On Sun, Apr 04, 1999 at 12:23:02AM +0300, Michael Widenius wrote: > >>>>> "Paul" == Paul M writes: > 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. > > 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