http://bugs.winehq.org/show_bug.cgi?id=5306
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Summary|vartest.c is too large |compiling vartest.c takes | |too much RAM for a 64MB | |machine
------- Additional Comments From dank@kegel.com 2006-26-07 07:50 ------- Confirmed. I measured gcc-4.0.3's memory usage on that file. It uses 120MB, and for long enough that swapping is not really an option.
One workaround for people developing on 64MB machines is to edit oleauto32/tests/Makefile to replace -O2 with -O0. Memory usage still exceeds 64MB with that, but not by as much, and for less time, so it should be bearable.
But it's reasonable to consider splitting up or otherwise speeding up the compile of vartest.c (and vartype.c, but that's not quite as bad, it only used 92MB in my approximate test).