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: Problem compiling DLL


(Trying again, since I sent this to your e-mail first.. sigh)

Ah right,

gcj -shared -o Test.dll -Wl,--out-implib,libtest.a

was supposed to be:

gcj -shared -o Test.dll -Wl,--out-implib,libtest.a Test.java

The compiled code for class Test should be in Test.dll.

Daniel


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