This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how can I contribute to GCC from a windows box
- From: Phil Edwards <phil at codesourcery dot com>
- To: Jonathan Wilson <jonwil at tpgi dot com dot au>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 2 Sep 2003 11:35:59 -0400
- Subject: Re: how can I contribute to GCC from a windows box
- References: <3F5470EE.6030403@tpgi.com.au>
On Tue, Sep 02, 2003 at 06:29:02PM +0800, Jonathan Wilson wrote:
> I have a windows machine, is it possible to build a version of GCC (from
> current CVS) that runs on windows (XP is what I use) and produces windows
> exe files and that would be sutable to hack on and modify (so I can
> contribute code to GCC?)
Have a look at www.cygwin.com.
> Also, what is the procedure for contributing code to GCC?
http://gcc.gnu.org/contribute.html
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan