X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Tomasz Zbrożek" Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler error on Windows 2003 Date: Fri, 3 Apr 2009 13:51:23 +0000 (UTC) Organization: Your Company Lines: 12 Message-ID: References: <16d44b1b-8acc-48b3-bf49-45b71e423d78 AT r37g2000yqn DOT googlegroups DOT com> NNTP-Posting-Host: router-sien.upos.com.pl X-Trace: news.onet.pl 1238766683 17197 89.171.152.81 (3 Apr 2009 13:51:23 GMT) X-Complaints-To: niusy AT onet DOT pl NNTP-Posting-Date: Fri, 3 Apr 2009 13:51:23 +0000 (UTC) User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rugxulo wrote in > You could also try temporarily downgrading to G++ 3.4.4 to compile > your stuff, which uses lots less memory than the latest 4.3.2. I tried with 3.4.4 and result is much better but on compiling biggest *.cpp file of the project gpp failed with out of memory. Maybe on monday we will try to divide this file to smaller parts :) I tried with -O0 option (-Wl,-- reduce-memory-overheads was not needed yet because it did not reach linking phase).