<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Hi,</div><div><br></div><div>I've a question regarding commit <span style="font-size: 12px; "><font face="Lucida Grande">c2b</font>b4658f (</span><span style="font-size: 12px; ">configure: Fix build when clang is installed to a non-standard prefix).</span></div><div><span style="font-size: 12px; "><br></span></div><div><span style="font-size: 12px; ">I wonder if the change made in this commit is actually correct. My setup is as follows:</span></div><div><span style="font-size: 12px; "><br></span></div><div><span style="font-size: 12px; ">* The default compiler on my system is a clang/llvm 3.2 compiler</span></div><div><span style="font-size: 12px; "><br></span></div><div><span style="font-size: 12px; ">* I want to build libclc for a clang/llvm 3.3 compiler (which I built from source)</span></div><div><span style="font-size: 12px; "><br></span></div><div>* The clang/llvm 3.3 compiler cannot use the default C++ library on my system (using it results in compile errors due to incompatibilities in the header files)</div><div><br></div><div><span style="font-size: 12px; ">The change causes </span>prepare-builtins to be built with the same compiler that libclc is being built for (by pointing to the correct llvm-config). However, now prepare-builtins doesn't build any longer, because the clang/llvm 3.3 compiler does not have access to a functioning C++ library. Hence, it seems that prepare-builtins should be built using the same compiler used to build clang/llvm 3.3 and not the clang/llvm 3.3 compiler, or am I mistaken?</div><div><br></div><div>Thanks,</div><div><br></div><div> Jeroen</div><div><br></div></body></html>