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

2009-06-24 Thread Vincent R.
Some key point : Chris Sutcliffe wrote: But the compiler complains of duplicate definitions of c++ functions in libstdc++_s.a and libstdc++.a. Did I miss something? I found the source of the issue, compiling using -O2 somehow links in libstdc++.a. Is there an equivalent optimization option to

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

2009-06-24 Thread Vincent R.
Hi, I am following mingw mailing list and they are testing gcc-4.4 and there are some issues with float, gdb ... You shoukl read every post and see if it can be related to cegcc-4.4 issues. read starting from this post : http://article.gmane.org/gmane.comp.gnu.mingw.user/29985 and keep on this on

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

2009-06-17 Thread Johnny Willemsen
Hi, > > My mistake. I changed configure.ac and regenerated configure, but > then > > only committed configure.ac . > > > > Can you try again ? > > CEGCC did compile now, thanks. I am now rebuilding ACE/TAO with this > new > compiler. ACE and TAO do compile, we only have one error in one of the p

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

2009-06-16 Thread Johnny Willemsen
Hi, > My mistake. I changed configure.ac and regenerated configure, but then > only committed configure.ac . > > Can you try again ? CEGCC did compile now, thanks. I am now rebuilding ACE/TAO with this new compiler. Johnny --

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

2009-06-15 Thread Johnny Willemsen
Hi, > My mistake. I changed configure.ac and regenerated configure, but then > only committed configure.ac . > > Can you try again ? Build is restarted. Johnny -- Crystal Reports - New Free Runtime and 30 Day Trial Ch

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

2009-06-15 Thread Danny Backx
t; -Original Message- > > From: Danny Backx [mailto:danny.ba...@scarlet.be] > > Sent: zondag 14 juni 2009 10:17 > > To: Dave Korn > > Cc: cegcc-devel@lists.sourceforge.net > > Subject: Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin > > > >

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

2009-06-15 Thread Johnny Willemsen
Hi, It still looks to fail, attached the config.log Johnny > -Original Message- > From: Danny Backx [mailto:danny.ba...@scarlet.be] > Sent: zondag 14 juni 2009 10:17 > To: Dave Korn > Cc: cegcc-devel@lists.sourceforge.net > Subject: Re: [Cegcc-devel] Problem compling G

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

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

2009-06-13 Thread Dave Korn
Danny Backx wrote: > P.S. As I already said (see below) the offending code is in > src/gcc-4.4.0/libgcc/configure. > This is what it looks like : > > if test -z "$CPP"; then > if test "${ac_cv_prog_CPP+set}" = set; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > # Double

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

2009-06-13 Thread Johnny Willemsen
To: jwillem...@remedy.nl > Cc: cegcc-devel@lists.sourceforge.net > Subject: Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin > > I think the problem is due to /lib/cpp being hardcoded in some of the > gcc configuration files, and I would guess that unix/linux based > systems

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

2009-06-13 Thread Danny Backx
in the environment ? > > > > Danny > > > > On Fri, 2009-06-12 at 08:52 +0200, Johnny Willemsen wrote: > > > I found it > > > > > > > -Original Message- > > > > From: Danny Backx [mailto:danny.ba...@scarlet.be] > >

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

2009-06-12 Thread Johnny Willemsen
t; On Fri, 2009-06-12 at 08:52 +0200, Johnny Willemsen wrote: > > I found it > > > > > -Original Message- > > > From: Danny Backx [mailto:danny.ba...@scarlet.be] > > > Sent: donderdag 11 juni 2009 21:47 > > > To: jwillem...@remedy.nl > > > Cc: ceg

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

2009-06-11 Thread Johnny Willemsen
Cc: cegcc-devel@lists.sourceforge.net > Subject: Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin > > I think the file got truncated. Can you send the complete file to me in > private E-mail ? (The private copy you sent was also truncated.) > > The file I got is "only

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

2009-06-11 Thread Danny Backx
I think the file got truncated. Can you send the complete file to me in private E-mail ? (The private copy you sent was also truncated.) The file I got is "only" 5524 lines long, doesn't contain the word sanity. Danny On Thu, 2009-06-11 at 14:12 +0200, Johnny Willemsen wrote: > Hi, > >