From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! "invalid page exception"?? Date: Tue, 21 Sep 1999 14:59:36 +0200 Organization: NetVision Israel Lines: 36 Message-ID: References: <37D534CD DOT 9FE72805 AT this DOT newsgroup> <37D6B63A DOT 68278B19 AT this DOT newsgroup> <37D7B0BD DOT DE998100 AT this DOT newsgroup> <37DF937D DOT 28220E2D AT this DOT newsgroup> <37E203F4 DOT 496C6106 AT this DOT newsgroup> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 937918703 9618 199.203.121.2 (21 Sep 1999 12:58:23 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 21 Sep 1999 12:58:23 GMT X-Sender: eliz AT is In-Reply-To: <37E203F4.496C6106@this.newsgroup> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Fri, 17 Sep 1999, Tony Welsh wrote: > > Please try the same invocation of cpp, but this time from go32-v2. > > That is, prepend "go32-v2" to the above command line when you type it > > at the prompt. Does this work or does it crash? > > It appears to hang, that is is does not create any error messages > but does not give me a prompt back either... So the problems seems to be related to nested DJGPP program invocation. > Bizarrly it feels like a loop of some kind, as if I CTRL-C and hit return I > can get a prompt prompt back after this message. Please press Ctrl-BREAK instead of Ctrl-C and post here the entire crash message that is printed as the result of that. > C:\djgpp\src>go32-v2 c:\djgpp\lib\gcc-lib\djgpp\2.95\cpp -lang-c -isystem > C:/djgpp/include > go32/v2: Error: c:\djgpp\lib\gcc-lib\djgpp\2.95\cpp: No such file or directory > (ENOENT) This is normal behavior: you need to use cpp.exe, not cpp. > I ran down the list of zips uncompressing them in the stated order. > DJDEV202.ZIP is before GCC295.ZIP in the zip-picker list, so it would be the > GGC specs that were the last to be decompressesd. The GCC specs are in another directory, so they don't overwrite the djdev version. But in any case, try to rename the files %DJDIR%/lib/gcc-lib/djgpp/2.95/specs and %DJDIR%/lib/specs (one at a time) and see if the problem goes away with any of these files renamed.