Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Sun, 18 Mar 2001 12:31:02 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Interesting project -- getting gjc working on Cygwin Message-ID: <20010318123102.I12880@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <20010317130234 DOT A8743 AT redhat DOT com> <01d601c0af64$bdee5f00$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <01d601c0af64$bdee5f00$0200a8c0@lifelesswks>; from robert.collins@itdomain.com.au on Sun, Mar 18, 2001 at 03:34:36PM +1100 On Sun, Mar 18, 2001 at 03:34:36PM +1100, Robert Collins wrote: >----- Original Message ----- >From: "Christopher Faylor" >To: >Cc: "Mumit Khan" >Sent: Sunday, March 18, 2001 5:02 AM >Subject: Interesting project -- getting gjc working on Cygwin > > >> Anyone interested in tackling the project of getting the gcj compiler >> fully supported under Cygwin? I don't know what this would entail, >> exactly. >> >> Maybe Mumit knows? Mumit? > >Chris, does the gcc cvs tree @cygwin contain the gcj & libgcj code? I >ask because I know you have a modified gcc, and I'd really rather not >try to reinvent that particular wheel, before even looking into the >libgcj stuff... No. The gcc repository is at gcc.gnu.org. Most of my modifications to gcc are there, although a couple of the patches that Mumit has championed have not been accepted due to, AFAICT, gcc maintainer apathy. If you are going to try to do this, it makes sense to use the current version of gcc and gcj, or at least gcc3.0 (CVS branch gcc-3_0-branch). I'm sure that there have been substantial gcj/libgcj changes since 2.95.2. cgf