<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - address sanitizer fails to pick up LD_LIBRARY_PATH"
   href="http://llvm.org/bugs/show_bug.cgi?id=19915">bug 19915</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - address sanitizer fails to pick up LD_LIBRARY_PATH"
   href="http://llvm.org/bugs/show_bug.cgi?id=19915#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - address sanitizer fails to pick up LD_LIBRARY_PATH"
   href="http://llvm.org/bugs/show_bug.cgi?id=19915">bug 19915</a>
              from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=19915#c13">comment #13</a>)
<span class="quote">> I am seeing the same error with the official clang 3.4.2 binaries for ubuntu
> 14.04 from llvm.org. I am running the latest ubuntu 14.04 (which is 14.04.1
> now) with all packages up-to-date. I extracted the contents into /usr/local
> and "clang -v" bails out with the same error as Steven is having.</span >

That's troublesome.  I think the micro releases of 3.4 started using C++11 to
make backporting easier.  I don't know what version of libstdc++ Ubuntu 13.10
has, but it appears that it isn't new enough.

There are two solutions for you: upgrade Ubuntu or build gcc 4.9, install it
locally, and point LD_LIBRARY_PATH at it's lib64 directory, as described in
<a href="http://llvm.org/docs/GettingStarted.html#getting-a-modern-host-c-toolchain">http://llvm.org/docs/GettingStarted.html#getting-a-modern-host-c-toolchain</a>

I think your problem is different from Steven's problem, because he is already
setting LD_LIBRARY_PATH.  Your problem is expected fallout of using C++11 in
the 3.4 micro release branch, and it sounds like it's too late to fix.

Steven hasn't updated the bug in a month, and he hasn't provided the
information that Kostya asked, so I'm going to close this out.  Steven, feel
free to reopen if you have more information.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>