[cfe-dev] Libtool search path on MacOS

scott constable via cfe-dev cfe-dev at lists.llvm.org
Mon Jun 26 11:27:05 PDT 2017


This is a continuation of
http://lists.llvm.org/pipermail/cfe-dev/2017-June/054411.html, which I
could not reply to because I wasn't actually subscribed to the list. My
apologies.

>> But when I build it on MacOS, it doesn't find any gcc installation
(though I do
>> have it installed with homebrew). Since I'm building out-of-tree, the
>> "../lib/clang/x.y.z/include" path is invalid. So the tool cannot locate
>>C/C++ header files. My current workaround is to use the C_INCLUDE_PATH
>> and CPLUS_INCLUDE_PATH environment variables to point to my C/C++
>> installations. Is there a better way of doing this on Mac?

>I don't think that homebrew installs anything in any of the default
>paths. I would recommend installing Xcode and the command line tools. Or
>alternatively only the command line tools.

I had already installed Xcode and the command line tools, but I don't see
how this would help.

Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170626/2956cc30/attachment.html>


More information about the cfe-dev mailing list