<HTML>
I'm finally making some progress.&nbsp; I got the necessary mesa libraries.&nbsp; Now I get this error during configure:<BR>
<BR>
&nbsp;It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the<BR>
&nbsp;linker.<BR>
&nbsp;Directories and libraries involved are:<BR>
&nbsp;Directory: /usr/lib64 contains:<BR>
&nbsp;Library: /usr/local/lib/libavcodec.a<BR>
&nbsp;Library: /usr/local/lib/libavformat.a<BR>
&nbsp;Library: /usr/local/lib/libavutil.a<BR>
<BR>
&nbsp;Directory: /usr/local/lib contains:<BR>
&nbsp;Library: /usr/lib64/libQtCore.so<BR>
&nbsp;Library: /usr/lib64/libQtGui.so<BR>
<BR>
<BR>
<BR>
<BR>
&nbsp;It is impossible to order the linker search path in such a way that libraries specified as full paths will be picked by the<BR>
&nbsp;linker.<BR>
&nbsp;Directories and libraries involved are:<BR>
&nbsp;Directory: /usr/lib64 contains:<BR>
&nbsp;Library: /usr/local/lib/libavcodec.a<BR>
&nbsp;Library: /usr/local/lib/libavformat.a<BR>
&nbsp;Library: /usr/local/lib/libavutil.a<BR>
<BR>
&nbsp;Directory: /usr/local/lib contains:<BR>
&nbsp;Library: /usr/lib64/libQtCore.so<BR>
&nbsp;Library: /usr/lib64/libQtGui.so<BR>
&nbsp;Library: /usr/lib64/libQtNetwork.so<BR>
&nbsp;Library: /usr/lib64/libQtUiTools.a<BR>
&nbsp;Library: /usr/lib64/libQtXml.so<BR>
<BR>
The reason I have them under /usr/local is because the Qt libraries were too old for this version of ParaView I'm trying to compile ffmpeg didn't have the include files available in my Debian distribution.&nbsp; How do I tell it to use the stuff under /usr/local?&nbsp; Many thanks.<BR>
<BR>
- Ken<BR>
<span style="font-weight: bold;"><BR>
On Wed Jul  9 10:32 , "Berk Geveci" <berk.geveci@kitware.com> sent:<BR>
<BR>
</berk.geveci@kitware.com></span><blockquote style="border-left: 2px solid rgb(245, 245, 245); margin-left: 5px; margin-right: 0px; padding-left: 5px; padding-right: 0px;">It sounds like you have the VTK_OPENGL_HAS_OSMESA option turned on. If<BR>

this is intentional, you should set OSMESA_LIBRARY to the right<BR>

library. I don't know what the library is called in debian. If this is<BR>

not intentional, make sure to turn that option off.<BR>

<BR>

-berk<BR>
</blockquote></HTML>
<BR>