[Scip] Scip/Ipopt an Mac

Stefan Vigerske stefan at math.hu-berlin.de
Wed Sep 19 16:35:26 MEST 2012


Hi,

providing binaries for SCIP on Mac is nontrivial.
It seemed impossible to build truly static binaries, but we tried to 
reduce the dependencies to a minimum.
For the 32bit Darwin binary, I had the opportunity to link against a 
static stdc++ library, so you may have more luck with this one.
For the 64bit binary, I could send you my stdc++ library (offline).

Stefan


On 09/19/2012 02:47 PM, Mike Steglich wrote:
> Hi,
>
> I tried to solve a nonlinear program with scip3.0 (Ipopt) using a OSiL file on
> two different Mac's (10.7.4).
>
> /./scip-3.0.0.darwin.x86_64.gnu.opt.spx -f rosenbrockmod.osil /
>
>
>
>
> Unfortunately I have got the following error message:
>
>   >>>>
> ...
> /******************************************************************************
> This program contains Ipopt, a library for large-scale nonlinear optimization.
>    Ipopt is released as open source code under the Eclipse Public License (EPL).
>            For more information visit http://projects.coin-or.org/Ipopt
> ******************************************************************************
>
> NOTE: You are using Ipopt by default with the MUMPS linear solver.
> dyld: lazy symbol binding failed: Symbol not found:
> __ZNSt15_List_node_base7_M_hookEPS_
>     Referenced from: /Users/mike/Downloads/./scip-3.0.0.darwin.x86_64.gnu.opt.spx
>     Expected in: /usr/lib/libstdc++.6.dylib
>
> dyld: Symbol not found: __ZNSt15_List_node_base7_M_hookEPS_
>     Referenced from: /Users/mike/Downloads/./scip-3.0.0.darwin.x86_64.gnu.opt.spx
>     Expected in: /usr/lib/libstdc++.6.dylib
>
> Trace/BPT trap: 5/
> /<<<<<</
> /
> /
> The version I have executed is the precompiled binary: /Darwin(Mac)/PC, 64bit,
> gcc 4.5.3: linked to SoPlex 1.7.0, Zimpl 3.3.0, Ipopt 3.10, CppAD 20120101.3
> [updated on 6.8.12] /
> /
> /
> The binary works fine for all other (linear) programs.
>
> Thanks,
>
> Mike
> =
>
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip
>



More information about the Scip mailing list