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

--- Comment #8 from Jan Vesely <jano.ves...@gmail.com> 2012-09-13 11:39:05 UTC 
---
sry to bring back this one.
adding /usr/lib/llvm to LD_LIBRARY_PATH is only a workaround.
the real fix is adding -l llvm to linker flags.

The problem is that drivers include libgallium.a, this archive needs llvm
symbols, but the information is lost because there is no .la file. Thus
everything that includes libgallium.a needs to add -l llvm.

The fact that linker links to libraries in LD_LIBRARY_PATH only hides the real
issue.

The real fix would be to convert libgallium.a to automake. it would create .la
file and preserve the information about necessary linker flags.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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