<div dir="ltr">Hi,<div><br></div><div>This also looks illogical to me. Build system based on autoconf does not support libc++ build, but does "installation" of system headers. libc++ is built by separate script. An alternative build system based on CMake does support libc++ build, but not on MacOS (where it's actually really needed starting from MacOS 10.9). On MacOS CMake is missing important switches for libc++, which are Mac specific (they are in "buildit" script under -apple- triple alternative), so the resulting library is not really usable.</div>
<div><br></div><div>So, it's not only the problem of distribution, but also the problem of build system.</div><div><br></div><div>Dmitry.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Dec 12, 2013 at 7:26 PM, Alessio Giovanni Baroni <span dir="ltr"><<a href="mailto:alessiogiovanni.baroni@gmail.com" target="_blank">alessiogiovanni.baroni@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div><div>Hi to all,<br><br></div>when I download the clang/llvm officila binaries, I found the libc++ headers under lib directory,<br></div>but I didn't found libc++.so.<br><br></div>Why you ship libc++ headers but no shared library?<br>

<br></div>Thanks!<br></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>