Those symbols are from the C++ bindings of MPI. ParaView doesn&#39;t require the C++ bindings but something in the openmpi library must. You have add that library to MPI_EXTRA_LIBRARY.<br><br>-berk<br><br><br><div><span class="gmail_quote">
On 4 Aug 2007 09:06:33 -0000, <b class="gmail_sendername">Raashid Baig</b> &lt;<a href="mailto:raashid.b@rediffmail.com">raashid.b@rediffmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<p>
I have uninstalled the openmpi installed through synaptic package manager on my Ubuntu desktop and installed a fresh copy of openmpi in my home directory. I have appened the PATH to /home/raashid/openmpi_install/bin and LD_LIBRARY_PATH to /home/raashid/openmpi_install/lib
<br>
<br>
I tried to compile ParaView3 again and set the <br>
MPI_INCLUDE_PATH:PATH=/home/raashid/openmpi_install/include<br>
MPI_LIBRARY:FILEPATH=/home/raashid/openmpi_install/lib/libmpi.so<br>
<br>
I am getting a new error this time as :<br>
<br>
[ 24%] Building CXX object VTK/VolumeRendering/Testing/Cxx/CMakeFiles/VolumeRenderingCxxTests.dir/ExerciseUnstructuredGridRayCastMapper.o<br>
Linking CXX executable ../../../../bin/VolumeRenderingCxxTests<br>
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `ompi_mpi_cxx_op_intercept&#39;<br>
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Datatype::Free()&#39;<br>
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Win::Set_errhandler(MPI::Errhandler const&amp;)&#39;<br>
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Comm::Set_errhandler(MPI::Errhandler const&amp;)&#39;<br>
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Comm::Comm()&#39;<br>
/home/raashid/src/cvs/ParaView3-unix-new/bin/libvtkParallel.so: undefined reference to `MPI::Win::Free()&#39;<br>
collect2: ld returned 1 exit status<br>
make[2]: *** [bin/VolumeRenderingCxxTests] Error 1<br>
make[1]: *** [VTK/VolumeRendering/Testing/Cxx/CMakeFiles/VolumeRenderingCxxTests.dir/all] Error 2<br>
make: *** [all] Error 2
</p>
<br><br>
<table style="font-family: Verdana; font-size: 11px; line-height: 15px;" border="0" cellpadding="0" cellspacing="0" height="57" width="644"><tbody><tr><td><a href="http://adworks.rediff.com/cgi-bin/AdWorks/click.cgi/www.rediff.com/signature-home.htm/1050715198@Middle5/1362386_1355934/1361766/1?PARTNER=3&amp;OAS_QUERY=null+target=new+" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
<img alt="ebay" border="0"></a></td></tr></tbody></table><br>_______________________________________________<br>ParaView mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ParaView@paraview.org">
ParaView@paraview.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br><br>
</blockquote></div><br>