This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: No include path in wich to find stdio.h
- From: Lopezio <geral at mariolopes dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 30 Apr 2008 03:20:59 -0700 (PDT)
- Subject: Re: No include path in wich to find stdio.h
- References: <16961283.post@talk.nabble.com>
Lopezio wrote:
>
> Hi
> When i try to run my first program i get the error No include path in wich
> to find stdio.h
> I installed the djgpp in my drive D and i have one folder include where
> the file stdio.h is.
> I run WinXP system and i changed the path value as
> d:\FPC\2.2.0\bin\i386-Win32;D:\DJGPP\BIN;%PATH% (i have free pascal
> installed too).
> How can i solve this problem?
> Thank you
> mario
>
Can you believe this? The problem is thar my path should be declared like
this
d:\DJGPP\BIN;%PATH%;FPC\2.2.0\bin\i386-Win32
the djgpp before the FPC.
--
View this message in context: http://www.nabble.com/No-include-path-in-wich-to-find-stdio.h-tp16961283p16979593.html
Sent from the gcc - Help mailing list archive at Nabble.com.