This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: cygwin toolkit: can't find stdio.h


SungKunCho wrote:
> 
> Hi,
> 
> I installed cygwin toolkit from cygwin website(using "install
> from internet" option in setup).
> After installation, I tried to compile hello.c but I got below
> error message.
> (I installed this toolkit in C:\cygwin_toolkit)
> 
> bash-2.05$gcc hello.c
> hello.c:1: stdio.h: No such file or directory
> 
> A strange thing is that cpp ONLY searches(I confirmed this
> by specifying -v option to gcc.)
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/include
> even if "-idirafter /usr/include" is specifed in specs file.
> 
> I don't understand why CPP does not search /usr/include.

On my install of cygwin, /usr/include is searched.

> Are there anything that I miss to setup after installation?

Take a look at http://sources.redhat.com/cygwin/.  There is a FAQ
on installation issues.  If this doesn't help, try the cygwin mailing
list.

--
Michael Eager     eager@mvista.com	408-328-8426	
MontaVista Software, Inc. 1237 E. Arques Ave., Sunnyvale, CA  94085

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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