|
From: EXT-Smith, E. M <eri...@BO...> - 2003-10-07 21:13:23
|
Leif, I would very much like to get this done and will offer as much = assistance as possible. I pulled down the tarball and have tried to build and test the system. = The compile is fine using gcc (some complaints about the -O parameter to = gcc). Onec I get the build done, I try to run the test and testwrapper is = failing. Further investigation indicates that the JDK is only capable of loading = a 32-bit shared library using the System.loadLibrary() method. The = shared library on the PA-RISC 1.1 box is constructed as a 64-bit .so and = cannot be loaded. I am trying to get the system to create a 32-bit .so, but have not found = out how to do so yet. If you have any knowledge on getting gcc to force = a specific size compile like this, I will try to incorporate it in my = tests. Keep in mind that all I have to build the wrapper is what I can download = from sourceforge, gnu, or any other free, open-source community. Eric M. Smith Infostructure Systems Boeing Chairmans Innovation Initiative. |