[Mesa-dev] [Bug 59967] [regression] configure: error: Could not find llvm shared libraries

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 28 10:41:20 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=59967

--- Comment #3 from Tom Stellard <tstellar at gmail.com> ---
(In reply to comment #1)
> (In reply to comment #1)
> > Full build log here:
> > https://launchpadlibrarian.net/129750443/buildlog_ubuntu-quantal-i386.mesa_9.
> > 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.

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130128/14a75ba0/attachment-0001.html>


More information about the mesa-dev mailing list