FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Duncan Roe
Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with them in future, Cheers ... Duncan. -- Problem reports:

Re: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Dave Korn
On 11/04/2013 07:08, Duncan Roe wrote: Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. Glad to hear it! I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with them in

Re: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Csaba Raduly
Hi Duncan, On Thu, Apr 11, 2013 at 8:08 AM, Duncan Roe wrote: Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with them in

Re: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Corinna Vinschen
On Apr 11 09:49, Csaba Raduly wrote: Hi Duncan, On Thu, Apr 11, 2013 at 8:08 AM, Duncan Roe wrote: Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them

RE: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Duncan Roe
Hi Casba, On Thu, Apr 11, 2013 at 8:08 AM, Duncan Roe wrote: Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with

Re: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Larry Hall (Cygwin Developers)
On 4/11/2013 8:05 PM, Duncan Roe wrote: Hi Casba, On Thu, Apr 11, 2013 at 8:08 AM, Duncan Roe wrote: Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back -

Re: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Larry Hall (Cygwin)
On 4/11/2013 10:27 PM, Larry Hall (Cygwin Developers) wrote: On 4/11/2013 8:05 PM, Duncan Roe wrote: Hi Casba, On Thu, Apr 11, 2013 at 8:08 AM, Duncan Roe wrote: Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the

Re: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Andrey Repin
Greetings, Duncan Roe! Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with them in future, Adding c:\cygwn\bin

RE: FIXED: GCC can't find its header directoriescy

2013-04-11 Thread Duncan Roe
Thanks all - it is done Greetings, Duncan Roe! Thanks Dave - removing the old cygwin dlls from C:\WINDOWS fixed gcc alternatives. I put them there because I like to have the odd cygwin utility available to CMD.EXE. May put them back - but will take more care with them

GCC can't find its header directoriescy

2013-04-10 Thread Duncan Roe
Thanks guys for the pointers to cygmpfr-4.dll. Got it. This problem with headers started happening on an old installation so I reinstalled but it still happens: 12:31:51$ gcc -v strerror.c -o strerror Using built-in specs. COLLECT_GCC=gcc

Re: GCC can't find its header directoriescy

2013-04-10 Thread Dave Korn
On 11/04/2013 06:12, Duncan Roe wrote: Thanks guys for the pointers to cygmpfr-4.dll. Got it. This problem with headers started happening on an old installation so I reinstalled but it still happens: ignoring nonexistent directory /usr/include strerror.c:2:19: error: no include path in