Hello Andrew,

the error was caused by some old library installed in /usr/lib while the
default
installation path of GLPK is /usr/local/lib.

Best regards

Xypron



Andrew Makhorin wrote:
> 
>> 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
> Help-glpk@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-glpk
> 
> 

-- 
View this message in context: 
http://www.nabble.com/GLPK-4.38-for-Java-under-Linux-tp23671681p23687832.html
Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to