[LLVMdev] calling external libraries in llvm project

Eric Christopher echristo at gmail.com
Thu Oct 25 11:00:27 PDT 2012


Are the headers in a standard path that could be easily found by the
compiler if you were to do the same thing on the command line?

-eric

On Thu, Oct 25, 2012 at 6:44 AM, George Baah <georgebaah at gmail.com> wrote:
> Hi Everyone,
>   I have an llvm project from which I am trying to call external libraries
> such as
> boost. For some reason, when I type make, llvm can't seem to find the header
> files to the library even though it's in the path. I am baffled by this. For
> example,
> for boost this is what I get:
>
> " fatal error: 'boost/lambda/lambda.hpp' file not found"
>
> Do I have to modify something in the makefiles?
>
> George
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list