[cfe-commits] [libcxx] r153955 - /libcxx/trunk/www/index.html
    Howard Hinnant 
    hhinnant at apple.com
       
    Tue Apr  3 08:42:39 PDT 2012
    
    
  
On Apr 3, 2012, at 11:39 AM, Dave Zarzycki wrote:
> On Apr 3, 2012, at 8:08 AM, Howard Hinnant <hhinnant at apple.com> 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
    
    
More information about the cfe-commits
mailing list