I've been using a hacked version of libtool to build shared libraries of
java code in with gcj. The one problem I had to work around is that
libtool insists on adding "-DPIC" to the compilation line. gcj's -D is
different from gcc and g++. My hack is to simply strip out the "-D".
However - now
In regard to: Library coding standards question, jks said (at 12:42am on...:
>"Choose a name prefix for the library, more than two characters long. All
>external function and variable names should start with this prefix. In
>addition, there should only be one of these [one name prefix, one extern