From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Error "Can't handle 16 bit app" Date: Fri, 15 Nov 1996 21:07:43 -0800 Organization: Three pounds of chaos and a pinch of salt Lines: 32 Message-ID: <328D4C1F.6A03@cs.com> References: <328CBCE3 DOT 4C46 AT dt DOT enel DOT it> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp101.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: marco massarin To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp marco massarin wrote: > > Hi all. > > I had unzipped all djgpp file on a 486 PC and all work fine. > > Now I copy all on a Pentium PC,and then unzipped again,and when I try to > use the compiler,also with a "HELLO WORLD" program, I obtain: > > "Can't handle 16 bit apps,sorry!" > "Loader error (0001): out of memory" > > mem give me 654336 avalaible to dos and I have 16M. Read the DJGPP Frequently Asked Questions list (v2/faq202b.zip from SimTel), section 6.7. You have another version of one of the DJGPP programs in your PATH, like 'make.exe' from a Borland installation. You must put the DJGPP bin directory in your PATH before the directories of any other compilers. -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams