search for: 9f391cf3

Displaying 1 result from an estimated 1 matches for "9f391cf3".

2012 Oct 25
2
[LLVMdev] calling external libraries in llvm project
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