This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj on apache poi
- From: Andrew Haley <aph at redhat dot com>
- To: kopikosong <kopikosong at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 06 Aug 2008 12:51:08 +0100
- Subject: Re: gcj on apache poi
- References: <18843403.post@talk.nabble.com>
kopikosong wrote:
> I am trying to compile gcj as a shared libaray which I can load from my
> applications
> I have included xml-apis.jar as I have a compilation error for
> javax.xml.parsers.DocumentBuilderFactory
>
> gcj -shared -classpath xml-apis.jar -Lxml-apis.jar.so
> poi-3.1-FINAL.jar -o poi-3.1-FINAL.jar.so -findirect-dispatch
> -Bsymbolic
>
> My gcj is 3.4.5
Frankly, I'm not interested. gcj 3.4.x is ancient history, and
I'm not going to fix any bugs in it.
Andrew.