RE: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-23 Thread Billinghurst, David \(CALCRTS\)
 From: Dave Korn
  
  Did you run the test suite?
  
  Gerrit
  --
  =^..^=
 
 I did.
 
 http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01409.html
 

I run a nightly build of 4.0 and 4.1 and report results to 
gcc-testresults - unless I am out of the office and someone
turns off my PC, which stopped the 4.1 builds this week.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-22 Thread Dave Korn
Original Message
From: Gerrit P. Haase
Sent: 21 April 2005 19:52

 Mikael wrote:
 
 As the topic says, I just tried to build the second release candidate of
 GCC 
 4.0.0 on Cygwin. The process itself was simple, but it took some time to
 perform the make bootstrap part, but that was expected. All steps of the
 build process completed successfully. I proceeded to try it on some of my
 home-brewn programs and the tiny amount of testing I did was a success.
 Of course -mno-cygwin doesn't work (it says: g++: installation problem,
 cannot exec 'cc1plus': No such file or directory).
 Apart from determining the proper configure options that should be used
 for Cygwin (I probably didn't use them) and making -mno-cygwin work,
 what else is required to port it fully to Cygwin?
 
 Many thanbks for the report.
 
 Did you run the test suite?
 
 Gerrit
 --
 =^..^=

I did.

http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01409.html


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-21 Thread Gerrit P. Haase
Mikael wrote:
As the topic says, I just tried to build the second release candidate of GCC 
4.0.0 on Cygwin. The process itself was simple, but it took some time to 
perform the make bootstrap part, but that was expected. All steps of the 
build process completed successfully. I proceeded to try it on some of my 
home-brewn programs and the tiny amount of testing I did was a success. Of 
course -mno-cygwin doesn't work (it says: g++: installation problem, cannot 
exec 'cc1plus': No such file or directory).
Apart from determining the proper configure options that should be used for 
Cygwin (I probably didn't use them) and making -mno-cygwin work, what else 
is required to port it fully to Cygwin?
Many thanbks for the report.
Did you run the test suite?
Gerrit
--
=^..^=
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-21 Thread Mikael

Gerrit P. Haase wrote:
 Mikael wrote:

 As the topic says, I just tried to build the second release candidate of 
 GCC 4.0.0 on Cygwin. The process itself was simple, but it took some time 
 to perform the make bootstrap part, but that was expected. All steps of 
 the build process completed successfully. I proceeded to try it on some 
 of my home-brewn programs and the tiny amount of testing I did was a 
 success. Of course -mno-cygwin doesn't work (it says: g++: installation 
 problem, cannot exec 'cc1plus': No such file or directory).
 Apart from determining the proper configure options that should be used 
 for Cygwin (I probably didn't use them) and making -mno-cygwin work, what 
 else is required to port it fully to Cygwin?

 Many thanbks for the report.

 Did you run the test suite?

I didn't, but as soon as it's released I plan to redo the process, this time 
with better configure options and then I will also run the testsuite.


 Gerrit
 -- 
 =^..^=



/ M 




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-21 Thread Mikael

Mikael wrote:

 Gerrit P. Haase wrote:
 Mikael wrote:

 As the topic says, I just tried to build the second release candidate of 
 GCC 4.0.0 on Cygwin. The process itself was simple, but it took some 
 time to perform the make bootstrap part, but that was expected. All 
 steps of the build process completed successfully. I proceeded to try it 
 on some of my home-brewn programs and the tiny amount of testing I did 
 was a success. Of course -mno-cygwin doesn't work (it says: g++: 
 installation problem, cannot exec 'cc1plus': No such file or directory).
 Apart from determining the proper configure options that should be used 
 for Cygwin (I probably didn't use them) and making -mno-cygwin work, 
 what else is required to port it fully to Cygwin?

 Many thanbks for the report.

 Did you run the test suite?

 I didn't, but as soon as it's released I plan to redo the process, this 
 time with better configure options and then I will also run the testsuite.

I see it's out now. Process initiated.



 Gerrit
 -- 
 =^..^=



 / M

/ M 




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Dave Korn
Original Message
From: Mikael
Sent: 20 April 2005 16:24

 As the topic says, I just tried to build the second release candidate of
 GCC 
 4.0.0 on Cygwin. The process itself was simple, but it took some time to
 perform the make bootstrap part, but that was expected. All steps of the
 build process completed successfully. I proceeded to try it on some of my
 home-brewn programs and the tiny amount of testing I did was a success. Of
 course -mno-cygwin doesn't work (it says: g++: installation problem,
 cannot exec 'cc1plus': No such file or directory).
 Apart from determining the proper configure options that should be used
 for Cygwin (I probably didn't use them) and making -mno-cygwin work, what
 else is required to port it fully to Cygwin?
 
 / M


  Nothing really, although making -mno-cygwin work should be expanded to
include and applying all the other cyg-specific patches, but basically,
that's all there is to it.

  Oh, and to find a good set of configure options, run /bin/gcc -v, and
your original cygwin gcc will spit out a list of the options it was
configured with.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: I just tried to build GCC 4.0.0-RC2 on Cygwin

2005-04-20 Thread Mikael

Dave Korn wrote:
 Original Message
From: Mikael
Sent: 20 April 2005 16:24

 As the topic says, I just tried to build the second release candidate of
 GCC
 4.0.0 on Cygwin. The process itself was simple, but it took some time to
 perform the make bootstrap part, but that was expected. All steps of the
 build process completed successfully. I proceeded to try it on some of my
 home-brewn programs and the tiny amount of testing I did was a success. 
 Of
 course -mno-cygwin doesn't work (it says: g++: installation problem,
 cannot exec 'cc1plus': No such file or directory).
 Apart from determining the proper configure options that should be used
 for Cygwin (I probably didn't use them) and making -mno-cygwin work, what
 else is required to port it fully to Cygwin?

 / M


  Nothing really, although making -mno-cygwin work should be expanded to
 include and applying all the other cyg-specific patches, but basically,
 that's all there is to it.

I seem to recall reading that the number of required patches for GCC has 
become less as GCC has been developed. I hope this is true so that porting 
4.0.* is easier than porting an earlier release.


  Oh, and to find a good set of configure options, run /bin/gcc -v, and
 your original cygwin gcc will spit out a list of the options it was
 configured with.


Yes, I was looking at those. I should've used ---enable-threads=posix for 
sure.


cheers,
  DaveK
 -- 
 Can't think of a witty .sigline today



/ M 




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/