Posted-Date: Sat, 4 Jan 1997 10:23:27 -0600 (CST) Message-Id: <199701041623.KAA11106@mail.texoma.net> From: "Mark S. Teel" To: "Serfer" Cc: "DJGPP" Subject: Re: DJGPP won't compile! Date: Sat, 4 Jan 1997 10:29:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit ---------- From: Serfer To: djgpp AT delorie DOT com Subject: DJGPP won't compile! Date: Saturday, January 04, 1997 12:36 AM I placed Djgpp in c:\djgpp, and passed the set comments to setdjgpp. ex. setdjgpp c:\djgpp c:/djgpp when you type set it shows it pointing to c:/djgpp\djgpp.env when I run gcc, it says it can't find the .h files in the include directory. when it prints the error message, it shows it is pointing to the right place! what is wrong? PLEASE, please email me, I cannot check newsgroups well at all. If it's pointing at "c:/djgpp\djgpp.env" , then your problem is the "/" after "c:"... Turn it around to "\" and you should be rocking! MST