<div dir="ltr"><br><div class="gmail_extra">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 class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">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>
<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>
<br>
</blockquote></div></div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>I definitely should start reading instead of just scrolling down </div><div class="gmail_extra" style>quickly documentation ... :-)</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>It works just fine.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>Thanks to both.</div><div class="gmail_extra" style>

<br></div><div class="gmail_extra" style>S.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>