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 X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Sat, 17 Mar 2001 18:25:46 -0600 (CST) From: Mumit Khan To: cygwin-apps AT cygwin DOT com Subject: Re: Interesting project -- getting gjc working on Cygwin In-Reply-To: <20010317130234.A8743@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 17 Mar 2001, Christopher Faylor wrote: > 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? The compiler should, at least in theory, work just fine under Cygwin, but the problem is the runtime. It's hard to port libgcj to Cygwin (threading is just one issue), and I don't know what the current status is. Jon Beniston was working on it, and at one point had a non-threaded version ported to Cygwin [1], but his last known URL http://www.cs.bris.ac.uk/~jb7216/libgcj/ seems to gone now. I don't do Java, and not familiar with the gory details on what needs to be done. [1] http://gcc.gnu.org/ml/java/1999-q3/msg00240.html Mumit