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 question about dll of windows


Steve,
How did you build xerces.dll in the first place?
Can we see the commands?

Thanks!
Jean-Francois Briere

>> --- On Mon 04/07, 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: Mon, 7 Apr 2003 19:14:13 +0800
>>Subject: compile question about dll of windows
>>
>>I try to an open source project javagroups into dll library in Windows.  It<br>required XML xerces package. First, I compile xerces into a DLL library,<br>after then, I want to compile Javagroups with libxerces.dll into a new<br>jg.dll, I don't know if GCJ can arrive my idea.<br><br>Following is my command to compile javagroup. But it failed to find<br>org.xml.sax(in fact, libxerces doesn't work!)<br><br>gcj -shared -o jg.dll javagroups.jar -L. -llibxerces<br><br>Certainly, I can use static link xerces method to get a standalone jg.dll,<br>like:<br><br>gcj -shared -o jg.dll javagroups.jar xerces.o<br><br>This command success!<br><br><br>

_______________________________________________
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]