This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj on apache poi


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]