Message-ID: <006001bd9ed9$bda2d920$2f4d08c3@arthur> From: "Arthur" To: "DJGPP Mailing List" Subject: Re: Help: Problem compiling with DJGPP Date: Tue, 23 Jun 1998 20:03:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk >How shall I start.... >I d/l djgpp......with Zip-Picker...at delorie...!! >I d/l all the files needed for C and C++......cause I didn't want to have >problems.... >when I did that I unzipped all the files with winzip in a dir.!! >and then I changed my autoexec.bat..... >No problem there..... >And run go32-v2 and it gave me the memory......so I think everything is >alright there.. > >Now..I'm using a compiler I got from the net...DJGPP Front-End For windows >95......(I have win98...is that a problem??) >****Anyone has some experience with "DJGPP Front-End For Windows 95" ??**** > >When I wrote a C program.....it gave me an error : > >Fatal:|Error in DJGPP installation > |Environment variable DJGPP not defined. OK, you're using DFE'95 (saves typing). Windows 98 should not be a problem (unless it's more of an upgrade than Microsoft have announced, which is unlikely). Firstly, check AUTOEXEC.BAT again. Check SET PATH= is set to your djgpp directory. Also check for SET DJGPP= which should point to your DJGPP.ENV file. That's in the docs. Check config.sys and make sure FILES= is greater than 16 (mine's set to 40). You don't say whether you can compile in DOS mode. Write a "Hello" program in DFE, save it to disc then enter DOS. Type "gcc hello.exe hello.c" and see if you have a problem there. If so, the problem is not with DFE but with your set up of DJGPP itself. Try consulting the FAQ which you should find in one of your installed directories. If the problem is with DFE, then I suggest you mail the author about the problem. HTH James Arthur jaa AT arfa DOT clara DOT net