Just shooting in the dark here: Are you building with BUILD_SHARED_LIBS off? Is your MPI OpenMPI? Are you linking against a static OpenMPI?
Utkarsh On Thu, Mar 14, 2013 at 7:45 PM, Scott, W Alan <[email protected]> wrote: > Anyone seen this compiler error: > > [ 31%] Built target mpi4py.MPE > Linking C shared module ../../../lib/site-packages/mpi4py/MPI.so > CMakeFiles/mpi4py.MPI.dir/src/MPI.c.o: In function `OPENMPI_dlopen_libmpi': > /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/ThirdParty/mpi4py/vtkmpi4py/src/compat/openmpi.h:71: > undefined reference to `dlopen' > /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/ThirdParty/mpi4py/vtkmpi4py/src/compat/openmpi.h:72: > undefined reference to `dlopen' > /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/ThirdParty/mpi4py/vtkmpi4py/src/compat/openmpi.h:73: > undefined reference to `dlopen' > /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/ThirdParty/mpi4py/vtkmpi4py/src/compat/openmpi.h:74: > undefined reference to `dlopen' > /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/ThirdParty/mpi4py/vtkmpi4py/src/compat/openmpi.h:75: > undefined reference to `dlopen' > collect2: ld returned 1 exit status > gmake[2]: *** [lib/site-packages/mpi4py/MPI.so] Error 1 > > Thanks, > > Alan > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
