<p dir="ltr">Perfect that solved the linking issue.</p>
<p dir="ltr">Thanks</p>
<div class="gmail_quote">On Dec 3, 2014 5:42 PM, &quot;Clemens Lang&quot; &lt;<a href="mailto:cal@macports.org">cal@macports.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
----- On 4 Dec, 2014, at 00:20, Jeremy Whiting <a href="mailto:jpwhiting@kde.org">jpwhiting@kde.org</a> wrote:<br>
<br>
&gt; nm on the .dylib shows the symbols that the linker says are missing. file on the<br>
&gt; dylib says it&#39;s x86_64 format. otool -L shows it is linking against libc++ so<br>
&gt; I&#39;m not sure what else would cause this.<br>
<br>
I&#39;ll bet the problem is different symbol mangling for libc++ and libstdc++. Ensure<br>
you don&#39;t have MACOSX_DEPLOYMENT_TARGET set or that it&#39;s greater or equal 10.9 and<br>
that you link with -std=c++11 -stdlib=libc++.<br>
<br>
--<br>
Clemens Lang<br>
</blockquote></div>