This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/22341] Interix: gcj out of virtual mem during libgcj make


------- Additional Comments From klaus dot kusche at inode dot at  2005-07-07 14:38 -------
But on supported configurations (and afaik interix is one of them), an out-of-
the-box gcc build (incl. libgcj) should not be guranteed to fail.

This is no physical limit (memory size, swap space, ...), we tried on several 
different systems, all failed in the same way.

It is a fundamental architectural problem: There is a 2 GB virtual address 
space limit for each process in Windows, and in combination with the way 
windows loads DLLs etc., gcc will hit this limit when building libgcj with the 
default settings, no matter how large the hardware is.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22341


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]