On OS X using WSMP, I&#39;ve configured an Ipopt build with:<div><br></div><div><div>../configure CXX=g++-mp-4.6 CC=gcc-mp-4.6 F77=gfortran-mp-4.6 --with-blas=&quot;-framework accelerate&quot; --with-wsmp=&quot;$PATH_TO_WSMP/libwsmp64.a&quot;</div>

</div><div><br></div><div>($PATH_TO_WSMP is a really long path) and see</div><div><br></div><div>...</div><div>checking whether user-supplied WSMP library &quot;$PATH_TO_WSMP/libwsmp64.a -lpthread&quot; works... yes</div>

<div>...</div><div>configure: Main configuration of Ipopt successful</div><div><br></div><div><br></div><div>Great! I then build running make, and everything looks ok. Running make test, however, I receive the following errors when the test executables are launched:</div>

<div><br></div><div>dyld: lazy symbol binding failed: Symbol not found: _wsetmaxthrds_</div><div><br></div><div>Has anyone seen this problem before?</div><div><br></div><div>Thanks!</div><div><br></div>