[cfe-dev] libc++ and Mac OS X Lion
Jordy Rose
jediknil at belkadan.com
Tue Aug 30 17:12:41 PDT 2011
-L and -I? And maybe LD_LIBRARY_PATH; unfortunately CPLUS_INCLUDE_PATH isn't hooked up yet. http://llvm.org/bugs/show_bug.cgi?id=8971
Probably easier than trying to write a script to update symlinks all the time...
Jordy
On Aug 30, 2011, at 5:14, Christopher Jefferson wrote:
> I installed libc++ from libcxx.llvm.org a long time ago, using the advised install method. This involved:
>
> sudo ln -sf path-to-libcxx/include v1
>
> Note that when you update to Lion, and the latest xcode, libc++ is now installed, removing this symlink. It took me a while to figure out why updating and changing my svn libc++ checkout wasn't having any effect.
>
> Out of interest, if I want to maintain two copies of libc++ (svn, and the one installed by xcode), is there any easy way (command line option?) to switch between them?
>
> Chris
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list