From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! "invalid page exception"?? Date: Thu, 9 Sep 1999 16:48:46 +0200 Organization: NetVision Israel Lines: 17 Message-ID: NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 936888454 23518 199.203.121.2 (9 Sep 1999 14:47:34 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Sep 1999 14:47:34 GMT X-Sender: eliz AT is In-Reply-To: <37D6BC56.AB5565E8@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: > I then copied my \SRC directory into the > DJGPP folder, entered the DOS box, entered "GCC -C C:\DJGPP\SRC\CHAP01_1.C" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I hope you didn't actually typed all that in UPPER CASE, did you? -C is not the same as -c, as far as GCC is concerned, and a *.C file is compiled by GCC as a C++ program, not as a C program. See section 8.4 of the FAQ for details. > and was greeted by the wonderful error popup again, with the same > exception details as before. Well, I did say I didn't think the old lgp version was the culprit. What about the other things I asked to try?