<HTML>
I'm finally making some progress. I got the necessary mesa libraries. Now I get this error during configure:<BR>
<BR>
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>
linker.<BR>
Directories and libraries involved are:<BR>
Directory: /usr/lib64 contains:<BR>
Library: /usr/local/lib/libavcodec.a<BR>
Library: /usr/local/lib/libavformat.a<BR>
Library: /usr/local/lib/libavutil.a<BR>
<BR>
Directory: /usr/local/lib contains:<BR>
Library: /usr/lib64/libQtCore.so<BR>
Library: /usr/lib64/libQtGui.so<BR>
<BR>
<BR>
<BR>
<BR>
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>
linker.<BR>
Directories and libraries involved are:<BR>
Directory: /usr/lib64 contains:<BR>
Library: /usr/local/lib/libavcodec.a<BR>
Library: /usr/local/lib/libavformat.a<BR>
Library: /usr/local/lib/libavutil.a<BR>
<BR>
Directory: /usr/local/lib contains:<BR>
Library: /usr/lib64/libQtCore.so<BR>
Library: /usr/lib64/libQtGui.so<BR>
Library: /usr/lib64/libQtNetwork.so<BR>
Library: /usr/lib64/libQtUiTools.a<BR>
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. How do I tell it to use the stuff under /usr/local? 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>