From: "Jackie" Newsgroups: comp.os.msdos.djgpp Subject: Re: Howto: compile w/ Large Memory Model Date: Wed, 31 May 2000 09:12:51 +0800 Organization: Pacific Supernet Limited Lines: 12 Message-ID: <8h1pjv$2fs$1@hfc.pacific.net.hk> References: NNTP-Posting-Host: ppp179.dyn6.pacific.net.hk X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" ????? news:Pine DOT SUN DOT 3 DOT 91 DOT 1000529104301 DOT 24119L-100000 AT is... > > I now do a "gcc -O2 %1.cpp -o %1.exe -lstdcxx" > This is fine for C++ programs. I suggest to add -Wall, to get more > diagnostics from the compiler, and add -g to be able to debug the > programs with a source-level debugger. I see. Is that any FREE source-level debugger on the Internet? Thanks, Jackie