> : build/genattrtab 
> /home/kate/gcc-4.0.0-20050410/src/gcc-4.0.0-20050410/gcc/config/rs6000/ 
> rs6000.md > tmp-attrtab.c
> : 
> : out of memory allocating 12016 bytes after a total of 4161654476 bytes

You need to increase the application limits for data on your system.
That's what the above rather uninformative message is trying to say.
You might be able to do this with ulimit but most likely you need to
change the kernel limits.

This worked for me on AIX 4.3:

ginyu% ulimit -a
cpu time (seconds)         unlimited
file size (blocks)         unlimited
data seg size (kbytes)     unlimited
stack size (kbytes)        131072
core file size (blocks)    unlimited
resident set size (kbytes) unlimited
virtual memory size (kb)   unlimited
file descriptors           2000

Dave
-- 
J. David Anglin                                  [EMAIL PROTECTED]
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

Reply via email to