From: bitland AT aol DOT com (Bitland) Newsgroups: comp.os.msdos.djgpp Subject: Re: conventional memory low Lines: 12 Message-ID: <1998041608353000.EAA04398@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 16 Apr 1998 08:35:30 GMT Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com References: <1998041521220800 DOT RAA25170 AT ladder03 DOT news DOT aol DOT com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, it's me again: >I have written a DJGPP-C/C++ - program which will run excellent in RHIDE and >is >full debuggable, but it will not run without it. Ok, the problem is solved. Eli told me, that maybe the link didn't stubify the program. This is possible, I think the system can be in a severe state after a broken debugging session, then ALL things may happen during the make-process - especially producing an exe which dies with Floating Point Exceptions ;) A reset and a new make (build all) fixed this (once again).