This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: building gcj on OS X (also AWT)
- From: John Gabriele <john3g at bestweb dot net>
- To: java at gcc dot gnu dot org
- Date: Wed, 19 May 2004 21:38:34 -0400
- Subject: Re: building gcj on OS X (also AWT)
- References: <Pine.LNX.4.44.0405191546520.24296-100000@kahuna.osafoundation.org>
On May 19, 2004, at 6:51 PM, Andi Vajda wrote:
Yes, this is possible, I've been doing this since last Fall with
PyLucene,
a python integration of java lucene, using gcj and SWIG (on Linux, OS X
and Windows).
http://cvs.osafoundation.org/index.cgi/internal/PyLucene
Sweet. :)
One thing to be careful about on OS X is *not* to mix the gccs. Apple
ships their version gcc 3.3.x, not all Apple patches are in gcc 3.4 as
far
as I know. Keeping the two gcc installations separate and gcc 3.4.0 off
the PATH is essential.
Cool. I figure that if I ./configure with --prefix=/usr/local/gcj
and don't put /usr/local/gcj in my PATH, I should be fine.
Other than that I've had no problems.
Andi..
Have you tried using any of the (I'm guessing partially completed)
GUI functionality in GCJ (AWT? Swing?) or did you go staight-away
to using SWIG from the beginning?
Thanks,
---J