Thanks!  I tried that but it didn&#39;t make the error go away. <br><br>However... I did manage to get past the error eventually.  I (re)configured mpich with CFLAGS=&quot;-fPIC&quot; and reinstalled it.  Paraview was then able to compile.  What&#39;s confusing is that I did this once before and it didn&#39;t fix it, but now it does.  So I must&#39;ve done something slightly different this time around, but I have no idea what.  Weird...<br>

<br>So, on to the next bug (I&#39;m hijacking my own thread here)...  When I try to run the paraview app, I get the following message:<br>&quot;paraview: symbol lookup error: /usr/local/Trolltech/Qt-4.5.0/lib/libQtWebKit.so.4: undefined symbol: _ZN24QXmlStreamEntityResolver13resolveEntityERK7QStringS2_&quot;<br>
<br>Any ideas?  I ran ldd on my paraview binary and didn&#39;t see any obvious file/path conflicts.<br><br>Thanks for the help.<br>~~Karl<br><br><div class="gmail_quote">On Mon, Aug 17, 2009 at 12:07 PM, Peter Brady <span dir="ltr">&lt;<a href="mailto:petertbrady@gmail.com" target="_blank">petertbrady@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I had a similar problem.  To get around it I had to build shared mpi<br>
libraries (i.e. libmpich.so).<br>
<br>
Any simpler suggestions anyone?<br>
<div><div></div><div><br>
On Mon, Aug 17, 2009 at 10:47 AM, Karl Battams&lt;<a href="mailto:karlbattams@gmail.com" target="_blank">karlbattams@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m trying to build ParaView 3.6 on an Ubuntu machine (w/ Qt 4.5) but I&#39;m<br>
&gt; hitting an error when I run &#39;make&#39;.  I&#39;m doing the &#39;ccmake &lt;path_to_source&gt;&#39;<br>
&gt; and keeping the default configuration except setting number of processors to<br>
&gt; 8 (I have a Core i7) and turning on the PARAVIEW_ENABLE_PYTHON and<br>
&gt; PARAVIEW_USE_MPI.  I try to turn off BUILD_SHARED_LIBS, but it keeps<br>
&gt; switching itself back on (why??).  Anyway, it configures fine with just a<br>
&gt; complaint about &quot;Qt PHONON library not found&quot;, which I understand is just a<br>
&gt; warning, not a show-stopper (right?).  But when I run &#39;make&#39;, it gets to<br>
&gt; about 4% and then dies as follows:<br>
&gt;<br>
&gt; Scanning dependencies of target MapReduceMPI<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/mapreduce.cpp.o<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/keyvalue.cpp.o<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/keymultivalue.cpp.o<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/irregular.cpp.o<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/hash.cpp.o<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/memory.cpp.o<br>
&gt; [  4%] Building CXX object<br>
&gt; VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/error.cpp.o<br>
&gt; Linking CXX shared library ../../../../bin/libMapReduceMPI.so<br>
&gt; /usr/bin/ld: /usr/local/lib/libmpich.a(allreduce.o): relocation R_X86_64_32S<br>
&gt; against `MPIR_ThreadSingle&#39; can not be used when making a shared object;<br>
&gt; recompile with -fPIC<br>
&gt; /usr/local/lib/libmpich.a: could not read symbols: Bad value<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; make[2]: *** [bin/libMapReduceMPI.so.pv3.7] Error 1<br>
&gt; make[1]: *** [VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/all] Error<br>
&gt; 2<br>
&gt; make: *** [all] Error 2<br>
&gt;<br>
&gt; So, anyone got any ideas?<br>
&gt;<br>
&gt; Thanks in advance!<br>
&gt; ~~Karl<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>