From: Patrick Mahoney Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Alert Date: Sat, 03 Apr 1999 22:06:15 -0500 Organization: AT&T WorldNet Services Lines: 38 Message-ID: <3706D727.7182E2B3@worldnet.att.net> References: <3706BB72 DOT 21E053A AT nospammam DOT net> NNTP-Posting-Host: 12.67.147.134 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: bgtnsc02.worldnet.att.net 923194776 644 12.67.147.134 (4 Apr 1999 02:59:36 GMT) X-Complaints-To: abuse AT worldnet DOT att DOT net NNTP-Posting-Date: 4 Apr 1999 02:59:36 GMT X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Petra Have no idea if this will help, as I did not catch the beginning of this thread. Here's a message I posted earlier if you didn't see it......... Hope it helps.... *** Windows 95 operating system *** ------------------------------------------------------------------------------ My thanks to all of you for your help & suggestions. The program is now up and working. Here is what I had to do, for those of you who are interested....... Changed the autoexec.bat to this: set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP\DJGPP.ENV Had this like this in the first place, but would not take effect without turning off the computer completely. I was only telling Windows to re-boot itself. Don't know why this make's a difference, but it did. ;-) Next, I had to download and install the file ( csdpmi3b.zip ), DPMI emulator. Once I had the computer running with the new autoexec.bat file, GCC asked for this file itself, so that was easy enough to go get. And lastly, I ran the SET program with this comand line: setdjgpp c:\djgpp c:/djgpp For anyone who's having the same problem, you must be in your DJGPP\BIN directory to run this comand..... So far everything is working great! Once again, thanks to those of you who offered suggestion's, and help... Rusty