>>>>> ">" == 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