[LLVMdev] calling external libraries in llvm project

George Baah georgebaah at gmail.com
Thu Oct 25 06:44:11 PDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121025/a0752853/attachment.html>


More information about the llvm-dev mailing list