> Currently I am puzzled because the call to GLPK.glp_create_prob() works > fine, while > GLPK.glp_mpl_alloc_wksp() fails with > java: symbol lookup error: /usr/local/lib/libglpk_4_38_java.so: undefined > symbol: glp_mpl_alloc_wksp
It is unclear. Libtool must export all symbols prefixed with 'glp_': libglpk_la_LDFLAGS = -version-info @VERINFO@ \ -export-symbols-regex '^(glp_|_glp_lpx_).*' Looks like there is something wrong in libtool, or not? _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
