>I was unable to find anything about libtool on the mailing list >archive, can you refresh my memory? I use libtool in my working tree >and have not encountered any problems. See: http://www.profitpress.com/libtool/deplibs.html You probably aren't having problems because the functions you are calling are already linked into japhar or whatever your JVM is. If you need an unliked function from a different library, libtool won't link it into your executable and you'll get an undefined symbol error at runtime. -- ***************************************************** * Aaron M. Renn * * Email: [EMAIL PROTECTED] * * Homepage: <URL:http://www.urbanophile.com/arenn/> * *****************************************************