[Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

Dave Partyka dave.partyka at kitware.com
Mon Nov 29 10:45:09 EST 2010


Hi Nenad, Sorry for not replying, Utkarsh just pointed your email out to me.
Let me give this a try to see if I can recreate the problem.

On Tue, Nov 23, 2010 at 6:00 PM, Nenad Vujicic <nenadus at gmail.com> wrote:

> Hello everyone,
>
> I tried to compile ParaView 3.8.1 with BUILD_SHARED_LIBS,
> PARAVIEW_USE_MPI and PARAVIEW_ENABLE_PYTHON options turned on, but I
> get following linking errors:
>
> 4>   Creating library
> E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.lib and object
> E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.exp
> 4>MPI.obj : error LNK2019: unresolved external symbol
> __imp__lt_dladvise_destroy referenced in function _dlopen_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol
> __imp__lt_dlopenadvise referenced in function _dlopen_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol
> __imp__lt_dladvise_global referenced in function _dlopen_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol
> __imp__lt_dladvise_ext referenced in function _dlopen_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol
> __imp__lt_dladvise_init referenced in function _dlopen_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol __imp__lt_dlinit
> referenced in function _dlopen_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol __imp__lt_dlexit
> referenced in function _dlclose_mpi_lib
> 4>MPI.obj : error LNK2019: unresolved external symbol
> __imp__lt_dlclose referenced in function _dlclose_mpi_lib
> 4>E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.dll : fatal
> error LNK1120: 8 unresolved externals
>
> I use Visual Studio 2008 SP1, CMake 2.8 and OpenMPI 1.4.3 (compiled
> with default options in Release mode). Same errors I get when trying
> to compile under CentOS 5.3 (with precompiled OpenMPI 1.4.3 sources)
> too. Other projects are compiled well in both cases. Does anyone knows
> how to solve this problem? I believe the solution is in setting
> appropriate building options for OpenMPI, but I'm not sure what to do.
>
> Thanks,
> Nenad.
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101129/ff75a850/attachment-0001.htm>


More information about the ParaView mailing list