Re: gcc cannot find stdio.h

2010-03-11 Thread Christopher Faylor
On Thu, Mar 11, 2010 at 07:08:56AM -0500, Jacob Jacobson wrote: >On 03/11/2010 04:24 AM, Csaba Raduly wrote: >> On Wed, Mar 10, 2...@10:41 PM, Jacob Jacobson wrote: >>> Larry Hall (Cygwin) wrote: >> (snip) You are missing a few entries, though it's not clear why you don't have them.

Re: gcc cannot find stdio.h

2010-03-11 Thread Jacob Jacobson
On 03/11/2010 04:24 AM, Csaba Raduly wrote: On Wed, Mar 10, 2010 at 10:41 PM, Jacob Jacobson wrote: Larry Hall (Cygwin) wrote: (snip) You are missing a few entries, though it's not clear why you don't have them. Reinstall the 'cygwin' package. Thanks. I reinstalled "cygwin" package and "gc

Re: gcc cannot find stdio.h

2010-03-11 Thread Csaba Raduly
On Wed, Mar 10, 2010 at 10:41 PM, Jacob Jacobson wrote: > Larry Hall (Cygwin) wrote: (snip) >> >> You are missing a few entries, though it's not clear why you don't have >> them.  Reinstall the 'cygwin' package. > > Thanks. I reinstalled "cygwin" package and "gcc" works now. I also > noticed that t

Re: gcc cannot find stdio.h

2010-03-10 Thread Jacob Jacobson
Larry Hall (Cygwin) wrote: On 3/9/2010 9:53 AM, Jacob Jacobson wrote: Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/inclu

Re: gcc cannot find stdio.h

2010-03-09 Thread Larry Hall (Cygwin)
On 3/9/2010 9:53 AM, Jacob Jacobson wrote: Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/include -name stdio.h -ls [~$:

Re: gcc cannot find stdio.h

2010-03-09 Thread Jacob Jacobson
Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/include -name stdio.h -ls [~$:501] cd /usr/include /usr/include [include$

Re: gcc cannot find stdio.h

2010-03-09 Thread Jacob Jacobson
Larry Hall (Cygwin) wrote: On 3/8/2010 5:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Try getting rid of the ~\... paths from your Windows path. I notice a reference to MKS in your cygcheck output. Make sure MKS is completely hidden from Cygwin.

Re: gcc cannot find stdio.h

2010-03-09 Thread Jacob Jacobson
Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/include -name stdio.h -ls [hello$:502] gcc-4 -v hello.c Using built-in spe

Re: gcc cannot find stdio.h

2010-03-09 Thread Csaba Raduly
On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: > I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/include -name stdio.h -ls -- Life is complex, with real and imaginary parts -- Problem reports:

Re: gcc cannot find stdio.h

2010-03-08 Thread Larry Hall (Cygwin)
On 3/8/2010 5:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Try getting rid of the ~\... paths from your Windows path. I notice a reference to MKS in your cygcheck output. Make sure MKS is completely hidden from Cygwin. -- Larry Hall