On Apr 3, 2012, at 11:39 AM, Dave Zarzycki wrote: > On Apr 3, 2012, at 8:08 AM, Howard Hinnant <[email protected]> wrote: > >> --- libcxx/trunk/www/index.html (original) >> +++ libcxx/trunk/www/index.html Tue Apr 3 10:08:42 2012 >> @@ -146,7 +146,9 @@ >> <p> >> On Mac OS 10.7 (Lion), the easiest way to get this library is to install >> Xcode 4.2 or later. However if you want to install tip-of-trunk from >> here >> - (getting the bleeding edge), read on. >> + (getting the bleeding edge), read on. However, be warned that Mac OS >> + 10.7 will not boot without a valid copy of <code>libc++.1.dylib</code> >> in >> + <code>/usr/lib</code>. > > Howard – What does "valid" means in this context?
It means that if a buggy modification is made to libc++ that impacts the dylib, 10.7 may not boot on it. Howard _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
