java - Disabling version sufix/extension in autoconf or makefile -
currently big library compiling on linux outputs shared library as:
libxxx1.1.so.0.0.0
problem arises when seek load in java's system.loadlibrary(..);
what can create compiled simple libxxxx.so?
i believe want libtool -avoid-version flag... assuming using libtool this.
java linux makefile shared autoconf
No comments:
Post a Comment