[Mesa-dev] [Bug 59967] [regression] configure: error: Could not find llvm shared libraries
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 31 08:07:36 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=59967
--- Comment #9 from Johannes Obermayr <johannesobermayr at gmx.de> ---
(In reply to comment #7)
> Johannes, I totally fail to see how your rant explains this problem at all.
Michel, thanks to making me thinking on this issue a second time.
First I thought it was an error because llvm-config was not found ...
But it does not matter for question whether it is Mesa's problem:
We can either make configure to find libs with an own compile/link function and
shoot possibility to try whether it is a shared lib because
"$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS $LLVM_LDFLAGS
conftest.$ac_ext -l$LIB"
succeeds on shared and static libs and we do not know which and where $LIB was
found (LLVM_LDFLAGS or compiler's default search path) to try whether it is
shared
or
we let current implementation and fail if it doesn't work on stupid systems and
preserve runtime functionality.
Because I want to preserve runtime functionality I am voting for:
RESOLVED / NOTOURBUG
--
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/20130131/904a0eeb/attachment.html>
More information about the mesa-dev
mailing list