Subject: Re: problem building x11/qt4-libs
To: <>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-pkg
Date: 08/22/2007 10:09:59
On Tue, Aug 21, 2007 at 11:28:49AM -0600, cngo@nmsu.edu wrote:
> Hi,
> 
> I get the below error, when trying to build qt4-libs.
[...]
> symbols: Memory exhausted
> gmake: *** [../../lib/../../lib/libQtGui.la] Error 1
> *** Error code 2

before starting the build:

[t]csh: unlimit -a
sh,ksh:	ulimit -d -S `ulimit -d -H`; ulimit -s -S `ulimit -s -H`


	-is