Morning
I tried to install bahamut-1.8.9 on bsd 8.0, that's the error msg : Building src gcc -g -O2 -Wall -fno-strict-aliasing -I../include -c memcount.c
cc1: out of memory allocating 248 bytes after a total of 0 bytes *** Error code 1
Stop in /usr/home/jpk/bahamut-1.8.9/src. *** Error code 1
what's the problem ?
Need your help.
Best regrads
On 2011-05-28 08:45, Naoufel Gamaoun wrote:
Morning I tried to install bahamut-1.8.9 on bsd 8.0, that's the error msg : Building src gcc -g -O2 -Wall -fno-strict-aliasing -I../include -c memcount.c cc1: out of memory allocating 248 bytes after a total of 0 bytes *** Error code 1 Stop in /usr/home/jpk/bahamut-1.8.9/src. *** Error code 1 what's the problem ? Need your help. Best regrads ______________________________________________
Hi,
That error seems to indicate that the box you are compiling Bahamut on suffers from a low memory condition. Try and type "free -m" to see how much memory you have in total, and how much is available.
/Andreas