RE: Has anybody built MySQL lately?

2000-07-25 Thread Gooderum, Mark
Title: RE: Has anybody built MySQL lately?





I had a similar issue with 3.22.32 on 4.0-RELEASE on a P175 w/192MB of RAM.  It would get to sql_yacc.c and spin for _days_.  I tried manually compiling the file with -02 and it still spun for 2-3 days before I killed it.  Odd thing was that watching ps/pstat, the compiler would only rack up 2-3 seconds of CPU time every minute and the machine idle stayed well over 50% and the load average less than 2.

-=-
Mark Gooderum
[EMAIL PROTECTED]



> -Original Message-
> From: Luke Hollins [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 25, 2000 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Has anybody built MySQL lately?
> 
> 
> I dont know at which version they added it , but in 3.23.21 
> it warns you
> about compiling sql_yacc.cc , if you run configure with 
> --with-low-memory
> I think it leaves it at -O6 but changes a -f option that makes a big
> difference to the memory use while compiling.
> 
> Luke
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
> 





Re: Has anybody built MySQL lately?

2000-07-25 Thread Vivek Khera

> "DS" == Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:

DS> When I try to build MySQL on 4.1-RC2 (running on a -CURRENT kernel,
DS> but that shouldn't make any difference), I get the following when it
DS> reaches sql_yacc.cc:

If your machine can't handle that file with optimzation turned on,
then recompile just that file with optimization level lowered or
totally off.  I believe the port does this for you, but it is not
necessary if you have a powerful enough machine.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.Khera Communications, Inc.
Internet: [EMAIL PROTECTED]   Rockville, MD   +1-301-545-6996
GPG & MIME spoken herehttp://www.khera.org/~vivek/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Has anybody built MySQL lately?

2000-07-25 Thread Luke Hollins

I dont know at which version they added it , but in 3.23.21 it warns you
about compiling sql_yacc.cc , if you run configure with --with-low-memory
I think it leaves it at -O6 but changes a -f option that makes a big
difference to the memory use while compiling.

Luke





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message