Date: Thu, 30 Dec 1999 09:42:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Gillan cc: djgpp AT delorie DOT com Subject: Re: compiling problem In-Reply-To: <84e1ur$6js$1@fraggle.esatclear.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 Dec 1999, Martin Gillan wrote: > When I try to compile a program within rhide I get a message saying "some > errors were found "the program is the simple "hello world" program which i > have checked and is correct. I then tried to compile this program from the > dos promt and got the message "Load error;no dos memory" can anyone help. This message means that there's no memory available below the 1MB mark. DJGPP programs need a small chunk of that memory to load. But I'm at a loss how come any reasonable system can exhaust *all* of the conventional memory. Please post a detailed description of your hardware and software, including OS and its version. Please also post what does "mem /c" print when invoked from the same DOS prompt where you get the "no DOS memory" message.