[cfe-dev] llvm failing to find it's own headers

blubee blubeeme via cfe-dev cfe-dev at lists.llvm.org
Tue Sep 19 23:26:27 PDT 2017


The problem was that I needed to use the supplied llvm-config program to
find all the installed headers.

On Tue, Sep 19, 2017, 00:33 Jack Howarth <howarth.mailing.lists at gmail.com>
wrote:

> On Mon, Sep 18, 2017 at 10:27 AM, Tim Northover via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
>
>> On 16 September 2017 at 19:51, blubee blubeeme via cfe-dev
>> <cfe-dev at lists.llvm.org> wrote:
>> > still getting a linker error, am I overlooking something simple? What's
>> > going on?
>>
>> A utility called "llvm-config" is produced when building LLVM. That's
>> what I always use to find the necessary headers, libraries & other
>> options.
>>
>> Tim.
>>
>
> Is this a build with libc++ in the build tree? Doesn't the presence of
> libc++ in the build tree change the default c++ search path to expect
> libc++ to be installed?
>            Jack
>
> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170920/42047c30/attachment.html>


More information about the cfe-dev mailing list