Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Dec 2005 17:11:07 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        openoffice@FreeBSD.org
Cc:        gerald@pfeifer.com
Subject:   GCJ/GIJ OOo status
Message-ID:  <20051203.171107.74666553.chat95@mac.com>

next in thread | raw e-mail | index | archive | help
Hi,
I updated my blog entry and ask for your help.
with gcc-4.1-20051125, in terms of compilation, there are a
lot of improvements. However, gij seems to have a bug but gcj
seems to work perfectly, i think this is a FreeBSD specific issue.

I configured gcc-4.1-20051125 configured with:
--prefix=/work/gcc41 --enable-java-awt=gtk,xlib
and uname is: 
% uname -a
FreeBSD satie.private.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Nov 28 12:56:42 JST 2005     maho@satie.private.org:/usr/src/sys/i386/compile/MAHO  i386

how to repeat

% fetch "http://gcc.gnu.org/bugzilla/attachment.cgi?id=10396"
% gcj -C JREProperties.java
% gij JREProperties
Abort (core dumped)
% /usr/local/jdk1.4.2/bin/java JREProperties
106 97 118 97
...
% gcj -o foo --main=JREProperties JREProperties.java
% ./foo
112 97 116 104 46 115 101...

http://blog.good-day.net/~maho/diary/?date=20051203

I also filled as 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25239

thanks.
-- NAKATA, Maho (maho@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051203.171107.74666553.chat95>