<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 19, 2011, at 2:09 AM, Nicolas Geoffray wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>I'm not sure CC and CXX help configuring vmkit. I haven't checked for a while, but it may be that llvm-gcc/llvm-g++ do not work anymore to compile vmkit. What you should do is get the svn version of clang, compile it and use it instead of llvm-gcc. I believe you don't need to provide CC and CXX to vmkit's configure in that case. The configure scripts of vmkit and llvm will find clang.</div></span><br class="Apple-interchange-newline"></blockquote></div><br><div>Was vmkit using the sample project support for producing .bc files? I moved that into the test-suite directory a while back and haven't gotten it back into just projects for people to use. This looks like the problem and basically you'd need a set of configure/make machinery from before that patch. I do plan on getting that in shortly though.</div><div><br></div><div>-eric</div></body></html>