Subject: Re: Virtual memory exhausted?
To: Collin Baillie <sanac@optushome.com.au>
From: Joel Reicher <joel@panacea.null.org>
List: port-pmax
Date: 04/17/2002 14:47:09
> Hey guys,
> 
> While trying to compile the ldmud driver, version 3.2-dev-404, I get this
> error:
> 
> cc -O4 -ipo -fomit-frame-pointer  -g -fstrength-reduce -fno-force-mem -fno-f
> orce-addr -fno-inline-functions -DDEBUG -DTRACE_CODE -DCHECK_STRINGS  -DMUD_
> LIB='"/usr/local/mud/lib"' -DBINDIR='"/usr/local/mud/bin"' -DERQ_DIR='"/usr/
> local/mud/libexec"'   -c interpret.c
> In file included from interpret.c:197:
> comm.h:29: warning: deprecated symbol "unix" is no longer predefined
> interpret.c: In function `eval_instruction':
> interpret.c:20383: virtual memory exhausted

You've probably just hit the soft limits. Try doing
unlimit

before your build, although this will only work for C-shells. Can't remember
what it is for Bourne shells.

Cheers,

	- Joel