From: "Mike Daniel" Newsgroups: comp.os.msdos.djgpp Subject: Re: I need help with installation! Date: Wed, 8 Sep 1999 07:26:59 -0500 Organization: Prodigy Internet http://www.prodigy.com Lines: 26 Message-ID: <7r5kn5$69r4$1@newssvr04-int.news.prodigy.com> References: <7r0oer$59d8$1 AT newssvr03-int DOT news DOT prodigy DOT com> <7r2ust$k4u$1 AT newssvr03-int DOT news DOT prodigy DOT com> NNTP-Posting-Host: bsmkb102-11.splitrock.net X-Trace: newssvr04-int.news.prodigy.com 936793637 4329152 209.252.117.11 (8 Sep 1999 12:27:17 GMT) X-Complaints-To: abuse AT prodigy DOT net NNTP-Posting-Date: 8 Sep 1999 12:27:17 GMT X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ok yes I am sure that I have a file named helloworld.c and here are the contents of my autoexec.bat and config.sys: Autoexec.bat SET DJGPP=C:\DJGPP\DJGPP.ENV SET BLASTER=A220 I7 D1 T2 @ECHO OFF rem - by Windows Setup - LOADHIGH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:CD1 PROMPT $P$G SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\CDROM;C:\BRCD\BIN;C:\DJGPP\BIN; SET SNDSCAPE=C:\WINDOWS Config.sys: DEVICE=C:\WINDOWS\HIMEM.SYS DEVICE=C:\WINDOWS\EMM386.EXE ; SBPCI mod: DEVICE=C:\WINDOWS\HIMEM.SYS /TESTMEM:OFF ; SBPCI mod: DEVICE= C:\WINDOWS\EMM386.EXE NOEMS DOS=HIGH,UMB DEVICEHIGH=C:\CDROM\TAISATAP.SYS /D:CD1 And this is typed correctly with no spelling errors I also downloaded the new gcc295b and gpp295b and again, there is a file named helloworld.c in my c:\projects dir.