Date: Sun, 25 Apr 1999 12:08:52 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Walter Lamia cc: djgpp AT delorie DOT com Subject: Re: new installation help: can't find include files In-Reply-To: <7fq9pj$sug$1@fcnews.fc.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 23 Apr 1999, Walter Lamia wrote: > set PATH=%PATH%;C:/DJGPP/BIN This is wrong in two ways: first, the DJGPP's bin subdirectory should be the first one in the PATH; and second, you need to use backslashes. So please try this: set PATH=C:\DJGPP\BIN;%PATH% Reboot and see if that helps. > and did nothing else, but I cannot get any of the sample programs to > compile, because the compiler can't find the #include files. I tried this > on WinNT and on Win95, uncompressing with PKUNZIP and with InfoZIP UNZIP, > and setting LFN=y and LFN=n in DJGPP.ENV. Nothing seems to work. I suggest to settle for one platform (tell us which one), remove the installation, unzip it again using the program recommended for that platform (don't edit DJGPP.ENV!), and if you still have problems, please post here the exact error message(s) printed by the compiler.