From: JSlater AT QualComm DOT Com (Jon D. Slater) Newsgroups: comp.os.msdos.djgpp Subject: djgpp STILL isn't working... HELP!!! Date: 4 Mar 1998 17:51:10 GMT Organization: QUALCOMM Inc. Lines: 22 Message-ID: <6dk4ae$22o$1@thefuture.qualcomm.com> NNTP-Posting-Host: jslater-nt.qualcomm.com Mime-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Thanks for the quick reply! I actually loaded into C:\GPP then changed my "set GJGPP=C:\GPP\DJGPP.ENV and modified the first line of djgpp.env to point to the correct directory. For some reason, gcc still isn't seeing my INCLUDE directory. I even wrote a "hello world" program with only one include (stdio.h) and I get a message that it can't find stdio.h. So then I added a -I to my compile line and pointed to the C:\GPP\INCLUDE directory. Well, it did compile and created a "test1.exe" but when I try to run the executable, it crashes. (Messages about 16 bit problems) I'm running on Win95 at home and WinNT at work (same problem both places). Any other ideas? Thanks again for the quick responce! Jon