[Mesa-dev] [Bug 48697] --with-llvm-shared-libs build fails for some drivers.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 14 11:35:04 PDT 2012


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

--- Comment #4 from Tom Stellard <tstellar at gmail.com> 2012-04-14 18:35:04 UTC ---
First of all, I'm not quite sure why nouveau is trying to link with LLVM, but
the problem is the linker can't find libLLVM-3.0.  Your LLVM_LDFLAGS look wrong
to me.  They have /usr/lib64/llvm as the path to the LLVM libs, but starting
with LLVM 3.0, which is what you appear to have, the libraries should be
located in /usr/lib64.

What does llvm-config --ldflags output and can you find on your system where
libLLVM-3.0.so is installed?  I'm guessing it's in /usr/lib64/.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list