Subject: Re: Virtual memory exhausted?
To: NetBSD pmax <port-pmax@netbsd.org>
From: Aaron J. Grier <agrier@poofygoof.com>
List: port-pmax
Date: 04/17/2002 22:58:22
On Wed, Apr 17, 2002 at 09:12:37AM +1000, Collin Baillie wrote:
> Hey guys,
> 
> While trying to compile the ldmud driver, version 3.2-dev-404, I get this
> error:
> 
> cc -O4 [...]

I've occationally run into problems with gcc's optimizer wanting tons of
memory when heavily optimizing...

a few options

- ulimit -m unlimited
- new(er) gcc without optimizer bugs
- compile with lower optimization level

one of 'em is bound to work.  ;)

-- 
  Aaron J. Grier | "Not your ordinary poofy goof." | agrier@poofygoof.com