Hi Everyone,<div>  I have an llvm project from which I am trying to call external libraries such as </div><div>boost. For some reason, when I type make, llvm can't seem to find the header </div><div>files to the library even though it's in the path. I am baffled by this. For example, </div>
<div>for boost this is what I get: </div><div><br></div><div><div>" fatal error: 'boost/lambda/lambda.hpp' file not found"</div><div><br></div></div><div>Do I have to modify something in the makefiles?</div>
<div><br></div><div>George</div>