Date: Sun, 11 May 1997 12:26:26 +0300 (IDT) From: Eli Zaretskii To: Aruna Thankamani/CDR/BSM/MCI cc: djgpp , Aruna Thankamani/CDR/BSM/MCI Subject: Re: HELP needed for Problem encountered with C/C++ compilation In-Reply-To: <199705092302.RAA01536@csp020.cs.mci.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 9 May 1997, Aruna Thankamani/CDR/BSM/MCI wrote: > 2) After unzipping - made the follg alterations in the autoexec.bat. Did you remember to use the -d switch to PKUNZIP (to preserve the DJGPP directory structure)? > Went to d:\aruna\djgpp and typed : gcc -c -Wall test.c > > It comes out with an error message stating test.c:1 STDIO.h No such file or > directory. Please do this: redir -o gcc.log -eo gcc -v -c -Wall test.c then post the contents of the file `gcc.log' created by this command. >PATH=C:\OS2;C:\OS2\MDOS;C:\OS2\MDOS\WINOS2;C:\;C:\TCPIP\DOS\BIN;D:\SQL60\BIN;D:\ARUNA\DJGPP\BIN;D:\ARUNA\DJGPP\LANG\CXX;;D:\SQLLIB\WIN\BIN ^^^^^^^^^^^^^^^^^^^^^^^ You don't need to put the C++ include directory on your PATH.