From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! "invalid page exception"?? Date: Thu, 9 Sep 1999 09:20:19 +0200 Organization: NetVision Israel Lines: 30 Message-ID: References: <37D534CD DOT 9FE72805 AT this DOT newsgroup> <37D6B63A DOT 68278B19 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 936861547 9847 199.203.121.2 (9 Sep 1999 07:19:07 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Sep 1999 07:19:07 GMT X-Sender: eliz AT is In-Reply-To: <37D6B63A.68278B19@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 Wed, 8 Sep 1999, Tony Welsh wrote: > (BTW I followed the zip pick guide and it gave me the same file, the > DOS box is on the standard -ie system- configuration. ) That's a bug in the zip-picker; DJ Delorie already fixed it. > Yes, I have used info a little and experienced no problem moving > around and between the topics. The dumps of "go32-v2", "gcc" and > "gpp" with no arguments are below. Please add -v to the compilation command line, and post here everything that the compiler prints until the point where it crashes. > I had tried the gcc command with no arguements, but it > gives the following output. > > == > C:\DJGPP>gcc > gcc.exe: No input files This is normal. What about the following line, does it crash? And what does it print? gcc -v < nul One other thing to try: remove or disable the anti-virus software installed on your machine (in case it is resident in memory). Then try compiling again.