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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 29 12:44:01 PST 2013


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

Johannes Obermayr <johannesobermayr at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #6 from Johannes Obermayr <johannesobermayr at gmx.de> ---
LLVM_CONFIG="/usr/bin/llvm-config-3.2" ./configure $SWITCHES
is your friend.

Mesa's build system supports and should only support officially supported
builds of upstream projects - LLVM's cmake and auto* build systems do not have
a switch to add a "-3.2" suffix to llvm-config.
Sorry, but we cannot support billions of (user-modified) cases by modifing
build system each time - It is hard enough to support official builds.

If people or in this bad case even distributions think they must modify and
mess up things it is their own problem and they should read and understand
configure to find a simple solution:
"  ac_cv_path_LLVM_CONFIG="$LLVM_CONFIG" # Let the user override the test with
a path
[...]
LLVM_CONFIG=$ac_cv_path_LLVM_CONFIG"

-- 
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/20130129/88ed09c6/attachment.html>


More information about the mesa-dev mailing list