compile xercesImpl failed silent

Steve Ni list@boyi-online.com
Mon Apr 7 07:06:00 GMT 2003


Thanks! I get xerces from eclipse2.1 and compile successfully on
Window2000Pro.

But the dll file size seems too large, over 8M,  and 1.6M when I zip it by
winrar. this size is beyond the original xerces jar package! I want to know
if the size must larger than my old package? could I reduce the size?



----- Original Message -----
From: "Jean-Francois Briere" <jfbriere@myway.com>
To: <list@boyi-online.com>
Cc: <java@gcc.gnu.org>
Sent: Monday, April 07, 2003 3:14 AM
Subject: RE: compile xercesImpl failed silent


>
> Try this :
>
> gcj -c -o xmlParserAPIs.o xmlParserAPIs.jar
> gcj -c -o xercesImpl.o xercesImpl.jar
> gcj -Wl,--allow-multiple-definition -shared -o xercesImpl.dll
xmlParserAPIs.o xercesImpl.o
>
> Jean-Francois
>
> >> --- On Wed 04/01, Steve Ni < list@boyi-online.com > wrote:
> >>From: Steve Ni [mailto: list@boyi-online.com]
> >>To: java@gcc.gnu.org
> >>Date: Wed,  1 Apr 2003 11:51:50 +0800
> >>Subject: compile xercesImpl failed silent
> >>
> >>I download Apache xerces XML package and build it successfully.
> >>Then I try to compile "gcj -shared -o xml.dll xercesImpl.jar"
> >>It doesn't display serious exception, but no file generated.
>
>
> _______________________________________________
> No banners. No pop-ups. No kidding.
> Introducing My Way - http://www.myway.com
>



More information about the Java mailing list