<div dir="ltr">clang now depends on libc++, but we still need to run clang on 10.6 machines in chromium land. What we do is link libcxx and libcxxabi into a dylib (linked with -install_name @executable_path/libc++.dylib) that we put right next to the clang binary that's shipped to bots and developers. The binary appears to work on all OS X versions from 10.6 to 10.9. I'm not sure if doing this is a great idea, though :-)<div>
<br></div><div>(See <a href="http://src.chromium.org/viewvc/chrome/trunk/src/tools/clang/scripts/update.sh">http://src.chromium.org/viewvc/chrome/trunk/src/tools/clang/scripts/update.sh</a> around line 380 for details, and newer binaries at <a href="http://commondatastorage.googleapis.com/chromium-browser-clang/index.html?path=Mac/">http://commondatastorage.googleapis.com/chromium-browser-clang/index.html?path=Mac/</a> for how it looks in compiled form.)</div>
<div><br></div><div>Nico</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 11, 2014 at 10:16 PM, Sean Colombo <span dir="ltr"><<a href="mailto:sean.colombo@gmail.com" target="_blank">sean.colombo@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">Hi there,<div>When releasing an OSX app using libc++, is there any standard way to make sure the user has this dependency installed?<br>
<br>It appears that users on OSX 10.6 and below do not have libc++ by default (that's around 20% of OS X users at the moment).<br>

<br>If I simply package libc++.1.dylib with my app, I assume it will continue to fail because there seems to be a large number of cascading dependencies.  Is there some script I could run at installation-time to make sure libc++ and all of its dependencies get installed?<br>


<br>Thanks for any pointers you could give me!</div><span class="HOEnZb"><font color="#888888"><div> - Sean Colombo</div></font></span></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>