<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#c9">Comment # 9</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:sobkas@gmail.com" title="Krzysztof A. Sobiecki <sobkas@gmail.com>"> <span class="fn">Krzysztof A. Sobiecki</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=70410#c8">comment #8</a>)
<span class="quote">> 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.</span >

What output this command produces?
llvm-config-3.5 --system-libs|wc -l

On my system llvm-config-3.5 --system-libs adds a problematic new line, that
breaks generated Makefile. Thus an ugly hack might be needed.</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>