From: mtaylor AT clear DOT net DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: problem Date: Thu, 14 Dec 2000 21:14:55 GMT Organization: ihug ( New Zealand ) Lines: 27 Message-ID: <3a3937fe.476810@news.pmr.ihug.co.nz> References: <72 DOT 5e5e3fc DOT 276a0ca3 AT aol DOT com> <91b7fc$9ol$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: p23-max1.pmr.ihug.co.nz X-Trace: lust.ihug.co.nz 976828601 9930 203.173.220.23 (14 Dec 2000 21:16:41 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Thu, 14 Dec 2000 21:16:41 +0000 (UTC) X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Steve Offutt wrote: >Tom wrote: > >> hi, >> >> i´m a newbie at djgpp and c++ programming >> >> what´s wrong if djgpp says: >> >> Abort! >> Exiting due to signal SIGABRT >> .. >> >> the commandline was : >> >> gxx -----.cpp -o -----.exe >> >Tom, > Possibly an out of memory condition. You don't always get told. Check your swapfile space (free space on your swap drive) or if under Windows make certain that the DPMI memory is set to 65535K for the dos prompt you are using. Malcolm