<div> </div><div> </div><div>27.06.2013, 15:32, "salvatore benedetto" <salvatore.benedetto@gmail.com>:</div><blockquote type="cite"><div dir="ltr"><br /><div>On Thu, Jun 27, 2013 at 12:49 PM, David Röthlisberger <span dir="ltr"><<a href="mailto:david@rothlis.net" target="_blank">david@rothlis.net</a>></span> wrote:<br /><div><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>On 27 Jun 2013, at 11:26, Duglas Mikle wrote:<br /> ><br /> > Ok. Let's try step by step.<br /> ><br /> > 1) PATH=/home/xxxx/programming/llvm-bld/Release+Debug+Asserts/bin:$PATH<br /> > 2) export CXX=clang++<br /> > 3) Important: mofify your Makefile:<br /> > test: test.cpp<br /> > clang++ test.cpp -o test<br /> ><br /> > as<br /> ><br /> > test: test.cpp<br /> > $(CXX) test.cpp -o test<br /> </div>And read:<br /> <br /> * The 1st paragraph under "Will it work with any build system?" of<br />   <a href="http://clang-analyzer.llvm.org/scan-build.html" target="_blank">http://clang-analyzer.llvm.org/scan-build.html</a><br /> <br /> * "Variables for specifying commands" in the "Makefile conventions"<br />   section of the GNU Make manual:<br />   <a href="http://www.gnu.org/software/make/manual/html_node/Command-Variables.html" target="_blank">http://www.gnu.org/software/make/manual/html_node/Command-Variables.html</a><br /> <br /> * "Variables used by implicit rules" in the GNU Make manual:<br />   <a href="http://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html#index-CXX-868" target="_blank">http://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html#index-CXX-868</a><br /> </blockquote></div></div><div> </div><div>I definitely should start reading instead of just scrolling down </div><div>quickly documentation ... :-)</div><div> </div></div></blockquote><div> </div><div>Some "evident" things became evident only after issue became resolved, not earlier ;-)</div><div> </div><blockquote type="cite"><div dir="ltr"><div> </div><div>It works just fine.</div><div> </div></div></blockquote><div> </div><div>Great!</div><div> </div><div>BR,</div><div>Mikhail.</div><div> </div><blockquote type="cite"><div dir="ltr"><div> </div><div>Thanks to both.</div><div> </div><div>S.</div><div> </div><div> </div></div></blockquote>