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

--- Comment #9 from Krzysztof A. Sobiecki <sob...@gmail.com> ---
(In reply to comment #8)
> 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.

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to