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: Mon, 6 Apr 2009 09:55:10 +0000 (UTC) Organization: Your Company Lines: 24 Message-ID: References: <16d44b1b-8acc-48b3-bf49-45b71e423d78 AT r37g2000yqn DOT googlegroups DOT com> <2ad157aa-66e6-45eb-9f2c-3816fdbecd58 AT c36g2000yqn DOT googlegroups DOT com> NNTP-Posting-Host: router-sien.upos.com.pl X-Trace: news.onet.pl 1239011710 5260 89.171.152.81 (6 Apr 2009 09:55:10 GMT) X-Complaints-To: niusy AT onet DOT pl NNTP-Posting-Date: Mon, 6 Apr 2009 09:55:10 +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 > EDIT: Ah, I forgot about this, maybe this will help most of all > (although I'm not sure those values are truly optimal, I think 0 and > 4096 will work even better but much slower)? > > --param ggc-min-expand=10 --param ggc-min-heapsize=8192 > hi, I used these two parameters (10 and 8192 values) with gpp 3.4.4 and finally I compiled and linked our application on Windows 2003. Anyway another problem is to debug it on Win2003 :))) and I think it won't be possible with 32MB RAM restriction... our application exe file with debug information has 19 MB size, RHide crashes with "divide by zero" error when I load project file (on XP when project file is loaded ntvdm process takes 49 MB) and RHGDB quits with no information when I run the application (on XP ntvdm process takes 29 MB when application is being run and stopped on the first breakpoint)... of course on the XP there is no problem to debug this application with RHide (the newest I know is 1.5c with gdb 6.3) or RHGDB. Again, thank you very much for help Rugxulo!