help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] GLPK 4.38 for Java under Linux


From: Andrew Makhorin
Subject: Re: [Help-glpk] GLPK 4.38 for Java under Linux
Date: Sat, 23 May 2009 22:27:40 +0300

> 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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]