Re: Installing GCC 4.1-20051223 on FreeBSD 6 failed

2006-01-03 Thread Gerald Pfeifer
On Fri, 30 Dec 2005, Jon Brisbin wrote: > I'm trying to install the GCC 4.1 snapshot from Dec 23, 2005 on my > FreeBSD box. I'm trying to try out gcj. The installation fails, > complaining about not enough virtual memory. I just added another 2GB > swap file on this box. I now have 1GB of physic

Re: Installing GCC 4.1-20051223 on FreeBSD 6 failed

2005-12-30 Thread Jon Brisbin
What parameter do I put into loader.conf to do that? I did some googling and the kern.maxdsiz parameter I found a reference to didn't work. Where do I find that information? If I were going to compile it with the Doug Lea malloc, would I need to recompile GCC? Thanks! Jon Brisbin Webmaster

Re: Installing GCC 4.1-20051223 on FreeBSD 6 failed

2005-12-30 Thread Joe Wilson
A bug in FreeBSD's malloc? http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-December/005125.html On Fri, Dec 30, 2005 at 10:53:43AM -0600, Jon Brisbin wrote: > Update: > > Just tarred everything up and stuck it on one of my servers, which has > 4GBs of physical RAM and 2GBs of swap. Same problem

Re: Installing GCC 4.1-20051223 on FreeBSD 6 failed

2005-12-30 Thread H. J. Lu
On Fri, Dec 30, 2005 at 10:53:43AM -0600, Jon Brisbin wrote: > Update: > > Just tarred everything up and stuck it on one of my servers, which has > 4GBs of physical RAM and 2GBs of swap. Same problem: "virtual memory > exhausted". If 6GBs isn't enough, then I'm out of ideas. > > I tried patchin

Re: Installing GCC 4.1-20051223 on FreeBSD 6 failed

2005-12-30 Thread Jon Brisbin
Update: Just tarred everything up and stuck it on one of my servers, which has 4GBs of physical RAM and 2GBs of swap. Same problem: "virtual memory exhausted". If 6GBs isn't enough, then I'm out of ideas. I tried patching make with a patch I found on the make ML archives. No dice. Checked ou

Installing GCC 4.1-20051223 on FreeBSD 6 failed

2005-12-30 Thread Jon Brisbin
I'm trying to install the GCC 4.1 snapshot from Dec 23, 2005 on my FreeBSD box. I'm trying to try out gcj. The installation fails, complaining about not enough virtual memory. I just added another 2GB swap file on this box. I now have 1GB of physical RAM and 4GBs of swap. And that's not enough?