<div dir="ltr">Hi Ben,<div><br></div><div>Thank you for your advice. This was the first I tried -- and unfortunately it does not work. Here is the output:</div><div><br></div><div>[...]</div><div><div>+ clang++ -c -g -Os -arch i386 -arch x86_64 -std=c++0x -U__STRICT_ANSI__ -nostdinc++ -I../include ../src/exception.cpp</div>
<div>../src/exception.cpp:18:12: fatal error: 'cxxabi.h' file not found</div><div>  #include <cxxabi.h></div></div><div><br></div><div>Indeed, there is no cxxabi.h file in the ../include directory :-(</div><div>
<br></div><div>Cheers, Laryx</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 24, 2013 at 10:37 PM, Benjamin Kircher <span dir="ltr"><<a href="mailto:benjamin.kircher@gmail.com" target="_blank">benjamin.kircher@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<div class="im"><br>
On Wed, Oct 23, 2013 at 9:07 AM, Laryx Decidua <<a href="mailto:laryx.decidua@gmail.com">laryx.decidua@gmail.com</a>> wrote:<br>
> Could someone please help me by sending me a short description of how to<br>
> compile libc++ with clang++ V3.3 on Snow Leopard? Private mail would be<br>
> appreciated.<br>
<br>
</div>I usually get it to compile with<br>
<br>
    $ export TRIPLE=-apple-<br>
    $ export MACOSX_DEPLOYMENT_TARGET=10.6<br>
    $ ./buildit<br>
<br>
<br>
Does this work for you?<br>
<br>
Cheers,<br>
Benjamin Kircher<br>
</blockquote></div><br></div>