<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div class="yui_3_7_2_17_1354133643388_53" style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> </div>  <span>ok thanks. The linking order was the problem indeed:<br>Placing -lclangEdit after -lclangSema gets it to build.<br>So the working CLANGLIBS for the tutorial makefile are:<br>#-------------------<br>CLANGLIBS = \<br>        -lclangRewrite \<br>    -lclangFrontend \<br>    -lclangParse \<br>    -lclangSema \<br>        -lclangEdit \<br>    -lclangAnalysis \<br>    -lclangAST \<br>    -lclangLex \<br>    -lclangBasic \<br>    -lclangDriver \<br>    -lclangSerialization \<br>    -lLLVMMC
 \<br>    -lLLVMSupport \<br>#---------------------<br><br>Thanks again and Best Regards,<br>Kevin</span><div></div></div></body></html>