[Mesa-dev] [Bug 70410] egl-static/Makefile: linking fails with llvm >= 3.4
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jan 8 12:49:11 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=70410
--- Comment #8 from Armin K <krejzi at email.com> ---
llvm-config now has this parameter:
--system-libs System Libraries needed to link against LLVM components.
And on my system it outputs:
-lz -lpthread -lffi -lcurses -ldl -lm
This should be added to LDFLAGS when you are statically linking to llvm
libraries. Because of this, libclc is also broken.
--
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/20140108/c689c635/attachment.html>
More information about the mesa-dev
mailing list