This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj trunk on OS X
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: gnustuff at thisiscool dot com
- Cc: "Andreas Tobler" <toa at pop dot agri dot ch>, java at gcc dot gnu dot org
- Date: Mon, 19 Mar 2007 15:42:34 -0700
- Subject: Re: gcj trunk on OS X
- References: <45DDFDDE.30107@pop.agri.ch> <IFGC2X1UQM95PMYU73HE85KGBASNC9LH.45fea3dc@parallels>
On 3/19/07, Mohan Embar <gnustuff@thisiscool.com> wrote:
Hi Andreas,
I filed a report for this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31264
Another issue: For PPC, when building a large program with gcj, I get a ton
of errors during linking with complaints like this:
Try compiling the target libraries with -mlongcall which forces more
than 16byte offsets for calls.
Though this is most likely people don't use static libgcj on darwin :)
actually there is a reason why you are using a static libgcj anyways?
Thanks,
Andrew Pinski