This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: OS-X (ppc) and libjava status
- From: Andi Vajda <andi at osafoundation dot org>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 18 Jul 2006 14:54:43 -0700 (PDT)
- Subject: Re: OS-X (ppc) and libjava status
- References: <44BD505C.6000004@pop.agri.ch>
- Reply-to: Andi Vajda <andi at osafoundation dot org>
On Tue, 18 Jul 2006, Andreas Tobler wrote:
So, the message I want to bring over is, if one wants to play with libgcj
under OS-X/darwin he/she should make sure to use a version more recent than
darwin-8.0.0. Everything before only works for simple 'Hello World' on the
command line.
I'm not sure I understand what you mean here. I've been using gcj 3.4.x on PPC
Mac OS X 10.3 and 10.4 for over two years now on the PyLucene project. gcj
4.1.0 can be made to work on PPC Mac OS X 10.4 when building it from
darwinports and gcj 4.0.2 can be made to work on Intel Mac OS X 10.4 with a
large set of patches.
Even static links of the PyLucene python extension and libgcj.a are possible
with gcj 3.4.x provided you play tricks with force-pulling in some symbols.
Andi..