Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
On 03 May 2007 03:41, Aaron Gray wrote: Various people run the testsuite on cygwin every now and again; check the gcc-testresults@ mailinglist archive. Yes, Tim has allready run it :- http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01540.html I haven't done one for weeks now...

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Charles Wilson
Aaron Gray wrote: Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. Okay, I have just done c, and c++. Have you got testsuite results, have y

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Dave Korn
On 03 May 2007 03:41, Aaron Gray wrote: >> Various people run the testsuite on cygwin every now and again; check the >> gcc-testresults@ mailinglist archive. > > Yes, Tim has allready run it :- > > http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01540.html > I haven't done one for

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Brian Dessent
Aaron Gray wrote: > Oh 'make check' is the test suite, did not realize that. I thought it was a > separate CVS branch/download. > > Anyway its been running ten hours now and got to struct-layout-1. > > Any clue as to how long it will run for ? The last time I built 4.3 (couple of months ago) wi

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Various people run the testsuite on cygwin every now and again; check the gcc-testresults@ mailinglist archive. Yes, Tim has allready run it :- http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01540.html Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Dave Korn
On 03 May 2007 02:43, Aaron Gray wrote: >>> Any clue as to how long it will run for ? >> >> Depends on how many languages you enabled. In my case: >> >> c,c++,fortran,objc >> >> Bootstrapping the compilers took about 6 hours, and the testsuite took >> about 60. > > Okay, I have just done c, a

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Dave Korn
On 03 May 2007 01:18, Aaron Gray wrote: >>> Aaron Gray wrote: >>> I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( >>> >>> That's just the fixincludes dir. It's not important. This is why the >>> instructions tell you to run "make -k check

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. Okay, I have just done c, and c++. Have you got testsuite results, have you put them online

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Has anyone already run the testsuite on GCC-4.3-20070427/Cygwin latest snapshot ? Got the following so far :- Running /usr/src/gcc-4.3-20070427/gcc/testsuite/gcc.dg/dg.exp ... FAIL: gcc.dg/20021014-1.c (test for excess errors) WARNING: gcc.dg/20021014-1.c compilation failed to produce executabl

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Charles Wilson
Aaron Gray wrote: Any clue as to how long it will run for ? Depends on how many languages you enabled. In my case: c,c++,fortran,objc Bootstrapping the compilers took about 6 hours, and the testsuite took about 60. -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-03 Thread Aaron Gray
Aaron Gray wrote: I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run "make -k check". Okay I will try that. Oh 'make check' is the test suite, did

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Aaron Gray
Aaron Gray wrote: I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run "make -k check". Okay I will try that. And autogen does build on Cygwin. Rig

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Brian Dessent
Aaron Gray wrote: > I tried doing 'make check' but it needed autogen which does not build on > Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run "make -k check". And autogen does build on Cygwin. Brian -- Unsubscribe info:

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 02 May 2007 14:10, Aaron Gray wrote: >> On 02 May 2007 13:23, Aaron Gray wrote: >> >>> I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 >>> hours to build ! >> >> If you think that's slow, try running the full testsuite! > > I tried doing 'make check' but it needed a

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 02 May 2007 13:23, Aaron Gray wrote: I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! If you think that's slow, try running the full testsuite! I tried doing 'make check' but it needed autogen which does not build on Cyg

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Aaron Gray
On 02 May 2007 13:23, Aaron Gray wrote: I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! If you think that's slow, try running the full testsuite! I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( I have

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 02 May 2007 13:23, Aaron Gray wrote: > I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 > hours to build ! If you think that's slow, try running the full testsuite! Anyway, well done! cheers, DaveK -- Can't think of a witty .sigline today -- Unsub

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Aaron Gray
I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! Thanks alot, Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Brian Dessent
Dave Korn wrote: > If you examine the wording carefully, you can infer that doing "cvs up" from > toplevel without the -d option does not preclude using -d at levels below > that Well, depends. I have a line "update -dP" in my ~/.cvsrc. :-) > Hmmm, I can't think off the top of my head

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 02 May 2007 15:59, Brian Dessent wrote: > Dave Korn wrote: > >>> that are shared across gcc/binutils/gdb/sim/etc. If you later do "cvs >>> up" from the toplevel you'll accidently get the entire "src" tree >> >> No, you won't, unless you deliberately add the '-d' option. > > Well sure, but

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Brian Dessent
Dave Korn wrote: > > that are shared across gcc/binutils/gdb/sim/etc. If you later do "cvs > > up" from the toplevel you'll accidently get the entire "src" tree > > No, you won't, unless you deliberately add the '-d' option. Well sure, but then when someone checks in a change that involves re

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 01 May 2007 23:48, Brian Dessent wrote: > Aaron Gray wrote: > >> Thank you. I am a bit unsure of where abouts (what directory) do you >> install the snapshot ? > > Again, this has nothing to do with gcc, take it the Cygwin list. It would be as well to snip the gcc list from the Cc line w

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-01 Thread Aaron Gray
Aaron Gray wrote: Thank you. I am a bit unsure of where abouts (what directory) do you install the snapshot ? Again, this has nothing to do with gcc, take it the Cygwin list. If you are using the full snapshots (cygwin-inst-$date.tar.bz2) they should be unpacked in the root (/). The other t