[Ipopt-tickets] [Ipopt] #255: java: symbol lookup error: libipopt.so: undefined symbol: dmumps_c

Ipopt coin-trac at coin-or.org
Tue Jan 20 23:34:24 EST 2015


#255: java: symbol lookup error: libipopt.so: undefined symbol: dmumps_c
----------------------------+------------------------
  Reporter:  dblfl          |      Owner:  ipopt-team
      Type:  clarification  |     Status:  new
  Priority:  normal         |  Component:  Ipopt
   Version:  3.11           |   Severity:  normal
Resolution:                 |   Keywords:
----------------------------+------------------------

Comment (by stefan):

 {{{libipopt.so}}} does not has a list of its dependencies by default.
 That's why the addlibs files are so long. You might want to look at what
 Ipopt's JavaInterface is doing. They build a single {{{.so}}} file that
 has all the libs in it, and the JNI interface layer.

 With Ipopt 3.12, the defaults will change so that {{{libipopt.so}}} should
 already list all its dependencies. You could even get this with the
 current release by setting the hidden configure flag {{{--enable-
 dependency-linking}}}.

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/255#comment:3>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list