This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: GCC compiler
- From: Tim Prince <tprince at myrealbox dot com>
- To: djh <henman at it dot to-be dot co dot jp>
- Cc: cygwin at cygwin dot com
- Date: Thu, 02 Feb 2006 19:15:06 -0800
- Subject: Re: GCC compiler
- References: <43E2BB27.7050407@it.to-be.co.jp>
- Reply-to: tprince at computer dot org
djh wrote:
My current version of gcc that setup.exe downloaded for me is:
gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
The other day I downloaded gcc 4.0.2
filename: gcc-4.0.2.tar.bz2
did a configure, make, and makeinstall
and the build was successfull. I compiled a program with it and it
seems to work.
My question is, am I fooling myself?
Was there a lot of tweaking involved in getting the setup.exe downloaded
version of gcc to work with cygwin?
You could run make -k check and compare your results with those posted
by others at gcc-testsuite. This would show how well the standard
tested functions of gcc itself are working. If you don't care to use
additional features of the cygming special, such as -mno-cygwin, you may
be set up to do what matters to you.
--
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/