[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] GLPK 4.38 for Java under Linux
From: |
xypron |
Subject: |
Re: [Help-glpk] GLPK 4.38 for Java under Linux |
Date: |
Sat, 23 May 2009 13:11:03 -0700 (PDT) |
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
> address@hidden
> 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.