<p>On Jul 15, 2011 12:06 PM, &quot;Andy Furniss&quot; &lt;<a href="mailto:andyqos@ukfsn.org">andyqos@ukfsn.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Andy Furniss wrote:<br>
&gt;<br>
&gt;&gt; I have another problem though, vdpau-softpipe is not using my<br>
&gt;&gt; LD_LIBRARY_PATH so fails to find where my lvdpau is.<br>
&gt;&gt;<br>
&gt;&gt; As you can see from below r600 does use it and adds<br>
&gt;&gt; -L/home/andy/Src/Xorg-git/modular/lib and links OK.<br>
&gt;<br>
&gt;<br>
&gt; Maybe this doesn&#39;t come from LD_LIBRARY_PATH and instead it works by luck as my libdrm is in the same place - I guess it comes from pkgconfig as the r600 Makefile has -<br>
&gt;<br>
&gt; DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes</p>
<p>Yeah, that&#39;s he reason. You want to use LDFLAGS at build time. LD_LIBRARY_PATH is used at run time.</p>
<p>--<br>
Dan</p>