From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Noble To: "'Liu Wang'" , "'cygwin@cygwin.com'" Subject: RE: help! Date: Wed, 15 Aug 2001 07:30:00 -0000 Message-id: <8F23E55D511AD5119A6800D0B76FDDE1CA302C@cpex3.channelpoint.com> X-SW-Source: 2001-08/msg00672.html stdio.h is in /usr/include An explicit -I/usr/include should pick it up. But you shouldn't need to do that. gcc searches /usr/include by default. What do your mount points look like? bash$ mount c:\cygwin\bin on /usr/bin type user (textmode) c:\cygwin\lib on /usr/lib type user (textmode) c:\cygwin on / type user (textmode) Also try a gcc --verbose hello.c -o hello and see what include directories gcc is trying to use, and make sure they map to valid mount points. I guess you could have forgotten to install a package? Did you install all packages via setup as recommended by the instructions? Troy -----Original Message----- From: Liu Wang [ mailto:Wang@sigprowireless.com ] Sent: Wednesday, August 15, 2001 8:20 AM To: 'cygwin@cygwin.com' Subject: help! Dear Sir/Madam, I've just installed the cygwin with "setup" . I failed to compile the "Hello world" with the following information: ---------------------------------------------------------------------------- ---------------- c:\cygwin\bin\>gcc hello.c -o hello.exe hello.c:1: stdio.h: No such file or directory. ---------------------------------------------------------------------------- ---------------- May I expect somebody's help in configuring the make file ? Sincerely, Liu Software Engineer Sigpro Wireless Inc. Tel: 7271161 Ext.117 wang@sigprowireless.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/