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: compile xercesImpl failed silent


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 at myway dot com>
To: <list at boyi-online dot com>
Cc: <java at gcc dot gnu dot 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 at boyi-online dot com > wrote:
> >>From: Steve Ni [mailto: list at boyi-online dot com]
> >>To: java at gcc dot gnu dot 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
>


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