https://bugs.freedesktop.org/show_bug.cgi?id=59967
--- Comment #3 from Tom Stellard <tstel...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev