Date: Wed, 8 Dec 1999 00:10:27 +1030 (CST) From: Matthew Thyer <matt@camtech.net.au> To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Cc: Forrest Aldrich <forrie@forrie.com>, freebsd-current@freebsd.org Subject: Re: Compiler looping Message-ID: <Pine.BSF.4.21.9912080004420.39192-100000@localhost> In-Reply-To: <19991207074437.A16352@daemon.ninth-circle.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I can also vouch that there is nothing wrong with mysql-server-3.22.27. When my machine was compiling sql_yacc.cc the compiler was using 200 MB of memory (this is on a machine with 64 MB RAM!). The solution is to minimize other memory use (stop the X server and setiathome if you run it) and go to bed. In the morning it was all finished without problems. On Tue, 7 Dec 1999, Jeroen Ruigrok/Asmodai wrote: > -On [19991206 21:57], Forrest Aldrich (forrie@forrie.com) wrote: > >Someone recently posted a note about a compiler error (loop?) when compiling mysql. I just did buildworld/installworld from today's cvsup and still get the same problem when it goes to: > > > >c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDBUG_OFF -O -pipe -fno-implicit-templates -c sql_yacc.cc > > As what said in the other mail. > > This is not a `loop'. The C++ compilation takes ages before it is done > compiling. Just let it finish, if you are worried about resources, you > can limit those per instructions in the other mail. > > -- /=======================================================================\ | Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au | \=======================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912080004420.39192-100000>