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: How to create .a-Libs from jars?


>>>>> ">" == Clemens Eisserer <linuxhippy@web.de> writes:

>> Is it possible to create statically libs out of .jar-Files directly?
>> gcj -c -shared xy.jar -o xy.so
>> gives me the dynamic-lib, is it also possible to create static-libs in
>> the same way?

You can create a .o file that you then put into a .a file.

Tom


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