| www.delorie.com/archives/browse.cgi | search |
| Date: | Sun, 11 May 1997 12:26:26 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | Aruna Thankamani/CDR/BSM/MCI <Aruna_Thankamani/CDR/BSM/MCI DOT MCIBSM AT notes DOT MCI DOT Com> |
| cc: | djgpp <djgpp AT delorie DOT com>, |
| Aruna Thankamani/CDR/BSM/MCI <Aruna_Thankamani/CDR/BSM/MCI AT notes DOT MCI DOT Com> | |
| Subject: | Re: HELP needed for Problem encountered with C/C++ compilation |
| In-Reply-To: | <199705092302.RAA01536@csp020.cs.mci.com> |
| Message-ID: | <Pine.SUN.3.91.970511122533.27751Q-100000@is> |
| MIME-Version: | 1.0 |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |