Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-14 Thread Johnny Willemsen
Hi, > Johnny, can you test your build ? My change appears to do the right > thing. I have restarted our builds, new results tomorrow, thanks for your work Johnny -- Crystal Reports - New Free Runtime and 30 Day Trial C

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-14 Thread Danny Backx
Johnny, can you test your build ? My change appears to do the right thing. Danny On Sun, 2009-06-14 at 14:45 +0200, Danny Backx wrote: > My point is that it shouldn't say > cegcc/src/gcc-4.4.0/winsup/w32api/include > but > cegcc/src/w32api/include > and similar for mingw (replace w32api

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-14 Thread Danny Backx
My point is that it shouldn't say cegcc/src/gcc-4.4.0/winsup/w32api/include but cegcc/src/w32api/include and similar for mingw (replace w32api by mingw). I just found the cause to be in gcc-4.4.0/configure.ac , I'm testing whether this solves the problem. Danny On Sun, 2009-06-14 at 12

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-14 Thread Dave Korn
Dave Korn wrote: > ... so, there was some kind of error from the half-built compiler and > configure figured that means it can't use "$CC -E" to preprocess. Which begs > the question "Why", because when I re-run the failing command manually, it > passes fine. Odd. Ah, hang on, I must have mes

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-14 Thread Danny Backx
Ah. Thanks for forcing me to look better. I didn't notice that the $CC was supposed to be the half-built compiler. The error that occurs is probably due to the "winsup" part of the path in some of the lines which should have been replaced by something else. The place where I addressed this is in