Subject: Re: imlib-1.9.8.1
To: None <charlie@rubberduck.com>
From: None <mcmahill@mtl.mit.edu>
List: port-macppc
Date: 07/27/2000 05:19:14
On Thu, 27 Jul 2000, charlie allom wrote:

> im setting up a new machine today (no not the 3400 i was trying with last
> week, unfortunately), and i can't get this imlib to compile.
> 
> wondering if anyone else had problems with this?
> 
> im using pkgsrc and have 192 RAM and 200MB of swap, and i get this error:
> 
> include -I/usr/X11R6/include  -O -c testimg.c
> testimg.c:15991: virtual memory exhausted

if you're using (t)csh, try runing 'limit' to see what your memory usage
limits are. 'man csh' to see how to change those limits.

with (ba)sh its 'ulimit -a' to see the settings.

that will probably help the compile.

-Dan