Hi,<br><br>I&#39;m trying to build ParaView 3.6 on an Ubuntu machine (w/ Qt 4.5) but I&#39;m hitting an error when I run &#39;make&#39;.  I&#39;m doing the &#39;ccmake &lt;path_to_source&gt;&#39; and keeping the default configuration except setting number of processors to 8 (I have a Core i7) and turning on the PARAVIEW_ENABLE_PYTHON and PARAVIEW_USE_MPI.  I try to turn off BUILD_SHARED_LIBS, but it keeps switching itself back on (why??).  Anyway, it configures fine with just a complaint about &quot;Qt PHONON library not found&quot;, which I understand is just a warning, not a show-stopper (right?).  But when I run &#39;make&#39;, it gets to about 4% and then dies as follows:<br>
<br>Scanning dependencies of target MapReduceMPI<br>[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/mapreduce.cpp.o<br>[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/keyvalue.cpp.o<br>
[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/keymultivalue.cpp.o<br>[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/irregular.cpp.o<br>[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/hash.cpp.o<br>
[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/memory.cpp.o<br>[  4%] Building CXX object VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/error.cpp.o<br>Linking CXX shared library ../../../../bin/libMapReduceMPI.so<br>
/usr/bin/ld: /usr/local/lib/libmpich.a(allreduce.o): relocation R_X86_64_32S against `MPIR_ThreadSingle&#39; can not be used when making a shared object; recompile with -fPIC<br>/usr/local/lib/libmpich.a: could not read symbols: Bad value<br>
collect2: ld returned 1 exit status<br>make[2]: *** [bin/libMapReduceMPI.so.pv3.7] Error 1<br>make[1]: *** [VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/all] Error 2<br>make: *** [all] Error 2<br><br>So, anyone got any ideas?<br>
<br>Thanks in advance!<br>~~Karl<br><br>