[cfe-dev] Clang 3.1 on MacOSX xcode?
Filipe Cabecinhas
filcab at gmail.com
Thu May 17 10:13:56 PDT 2012
I suppose you may need to (if you installed llvm+clang to /usr/local):
$ sudo mkdir /usr/local/lib/arc
$ sudo ln -s /usr/lib/arc/libarclite_macosx.a /usr/local/lib/arc
At least clang couldn't find that library in /usr/local, so I just linked the system one.
Regards,
Filipe
Filipe
On Tuesday, May 15, 2012 at 6:41 AM, Klaim - Joël Lamotte wrote:
>
> Thank you all, you are very helpful! :D
> I will try Luc Bourhis's plugin file but I think I'd better wait for the release first, as it should be imminent.
>
> Joel Lamotte
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu (mailto:cfe-dev at cs.uiuc.edu)
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list