<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967">bug 59967</a>
              from <span class="vcard"><a class="email" href="mailto:tstellar@gmail.com" title="Tom Stellard <tstellar@gmail.com>"> <span class="fn">Tom Stellard</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=59967#c1">comment #1</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=59967#c1">comment #1</a>)
> > Full build log here:
> > <a href="https://launchpadlibrarian.net/129750443/buildlog_ubuntu-quantal-i386.mesa_9">https://launchpadlibrarian.net/129750443/buildlog_ubuntu-quantal-i386.mesa_9</a>.
> > 1~git1301281053.87592c~gd~q_FAILEDTOBUILD.txt.gz
> > 
> > Note that the two libraries are missing, but
> > /usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1 is available.

> A libLLVM-3.2.so symlink is needed at build time. The Ubuntu/Debian
> llvm-3.2-dev package has one at /usr/lib/*-linux-gnu/libLLVM-3.2.so but not
> at /usr/lib/llvm-3.2/lib/libLLVM-3.2.so. Maybe Mesa's configure should try
> actually linking -lLLVM-3.2 or -lLLVMTarget instead of looking for the files.</span >

This seems like a good idea, but I am not sure how to implement it.  There are
AC_CHECK_LIB and AC_SEARCH_LIBS macros, but there doesn't seem to be a way to
pass extra library paths to it, so I think this would fail if the shared
objects were not in one of the paths in LD_LIBRARY_PATH.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>