This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No include path in wich to find stdio.h




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
> 
When i run gcc - v ola.c I get 
#include "..." search starts here:
End of search list
The search don't detects the folder include where stdio.h resides.How can i
solve this problem (WiNXp)?
Thank you

-- 
View this message in context: http://www.nabble.com/No-include-path-in-wich-to-find-stdio.h-tp16961283p16978226.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]