http://llvm.org/bugs/show_bug.cgi?id=14311

Howard Hinnant <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Howard Hinnant <[email protected]> 2012-11-10 17:14:26 CST 
---
I've recently updated the instructions for running tip-of-trunk on OS X:

http://libcxx.llvm.org

using
export DYLD_LIBRARY_PATH=<path-to-libcxx>/lib
clang++ -std=c++11 -stdlib=libc++ -nostdinc++ -I<path-to-libcxx>/include
-L<path-to-libcxx>/lib test.cpp

I think this is a safer route to go instead of changing your system.  I've seen
people crash their Mac by replacing the dylib (I've done it myself too).  So
the above is a less intrusive (though awkward) way to experiment with tot.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to