<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - egl-static/Makefile: linking fails with llvm >= 3.4"
href="https://bugs.freedesktop.org/show_bug.cgi?id=70410#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - egl-static/Makefile: linking fails with llvm >= 3.4"
href="https://bugs.freedesktop.org/show_bug.cgi?id=70410">bug 70410</a>
from <span class="vcard"><a class="email" href="mailto:krejzi@email.com" title="Armin K <krejzi@email.com>"> <span class="fn">Armin K</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>