Thanks! I tried that but it didn't make the error go away. <br><br>However... I did manage to get past the error eventually. I (re)configured mpich with CFLAGS="-fPIC" and reinstalled it. Paraview was then able to compile. What's confusing is that I did this once before and it didn't fix it, but now it does. So I must've done something slightly different this time around, but I have no idea what. Weird...<br>
<br>So, on to the next bug (I'm hijacking my own thread here)... When I try to run the paraview app, I get the following message:<br>"paraview: symbol lookup error: /usr/local/Trolltech/Qt-4.5.0/lib/libQtWebKit.so.4: undefined symbol: _ZN24QXmlStreamEntityResolver13resolveEntityERK7QStringS2_"<br>
<br>Any ideas? I ran ldd on my paraview binary and didn'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"><<a href="mailto:petertbrady@gmail.com" target="_blank">petertbrady@gmail.com</a>></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<<a href="mailto:karlbattams@gmail.com" target="_blank">karlbattams@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I'm trying to build ParaView 3.6 on an Ubuntu machine (w/ Qt 4.5) but I'm<br>
> hitting an error when I run 'make'. I'm doing the 'ccmake <path_to_source>'<br>
> and keeping the default configuration except setting number of processors to<br>
> 8 (I have a Core i7) and turning on the PARAVIEW_ENABLE_PYTHON and<br>
> PARAVIEW_USE_MPI. I try to turn off BUILD_SHARED_LIBS, but it keeps<br>
> switching itself back on (why??). Anyway, it configures fine with just a<br>
> complaint about "Qt PHONON library not found", which I understand is just a<br>
> warning, not a show-stopper (right?). But when I run 'make', it gets to<br>
> about 4% and then dies as follows:<br>
><br>
> Scanning dependencies of target MapReduceMPI<br>
> [ 4%] Building CXX object<br>
> VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/mapreduce.cpp.o<br>
> [ 4%] Building CXX object<br>
> VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/keyvalue.cpp.o<br>
> [ 4%] Building CXX object<br>
> VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/keymultivalue.cpp.o<br>
> [ 4%] Building CXX object<br>
> VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/irregular.cpp.o<br>
> [ 4%] Building CXX object<br>
> VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/hash.cpp.o<br>
> [ 4%] Building CXX object<br>
> VTK/Utilities/mrmpi/src/CMakeFiles/MapReduceMPI.dir/memory.cpp.o<br>
> [ 4%] Building CXX object<br>
> 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<br>
> against `MPIR_ThreadSingle' can not be used when making a shared object;<br>
> 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<br>
> 2<br>
> make: *** [all] Error 2<br>
><br>
> So, anyone got any ideas?<br>
><br>
> Thanks in advance!<br>
> ~~Karl<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
><br>
><br>
</blockquote></div><br>