Subject: Re: Problem compiling qt2-designer
To: Steven Grunza <steven_grunza@ieee.org>
From: Andrey Petrov <petrov@netbsd.org>
List: port-sparc
Date: 09/21/2001 12:17:17
On Fri, Sep 21, 2001 at 02:55:28PM -0400, Steven Grunza wrote:
>
> In attempting to compile qt2-designer-2.3.1, I've run into the problem
> below....
>
>
> gmake[5]: Entering directory
> `/usr/pkgsrc/x11/qt2-designer/work/qt-2.3.1/tools/designer/designer'
> c++ -c -I/usr/pkgsrc/x11/qt2-designer/work/.buildlink/qt2/include
> -I/usr/pkgsrc/x11/qt2-designer/work/.buildlink/include -O2 -DDESIGNER
> -I../shared -I../util -o mainwindow.o mainwindow.cpp
> mainwindow.cpp: In method `void MainWindow::writeConfig()':
> mainwindow.cpp:2696: virtual memory exhausted
>
> I tried to add more swap space and got the following:
>
> root@hw-sbus%(96) swapctl -l
> Device 1K-blocks Used Avail Capacity Priority
> /usr/spareswap 131109 524 130585 0% 0
> /dev/sd0b 81607 6420 75187 8% 0
> Total 212717 6944 205773 3%
>
>
> Any ideas?
Usually `unlimit' helps.
Andrey