Re: Insane amount of memory required during compilation
"Charles Kerr" <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
> Hello, > > while compiling under Win2K with g++ 3.4.5 or 4.0.2, I have noticed that > my computer was running into swap, eventually failing to compile > the binary scorefile-test. For the record, this computer has 1GB RAM > and 1GB swap. Yep, this has been reported a couple of times on pan-users IIRC. gcc 4 works beautifully, but, 3.4.x chokes on scorefile-test. I've had luck getting it to build on mingw with gcc 3.4 by turning off all optimizations (i.e. "export CXXFLAGS="-O0 -Wall"). cheers, Charles