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

2011-01-06 Thread Nenad Vujicic
Hello everyone, 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 4MPI.obj : error LNK2019: unresolved external symbol __imp__lt_dladvise_destroy referenced in function _dlopen_mpi_lib

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

2011-01-06 Thread David Partyka
Hi Nenad, Turn OFF ENABLE_MPI4PY. Apparently there is a compatibility header in there that references symbols (_lt_dlopen...) that part of the gnu tool chain. I have to ask a higher power first, but most likely I will disable MPI4PY for Windows. Thank you for bringing this to our attention. On

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

2010-11-29 Thread Dave Partyka
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 nena...@gmail.com wrote: Hello everyone, I tried to compile ParaView 3.8.1 with BUILD_SHARED_LIBS,

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

2010-11-29 Thread Nenad Vujicic
Dear Dave, On Mon, Nov 29, 2010 at 4:45 PM, Dave Partyka dave.part...@kitware.com wrote: 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. Thank You very much for Your help. It seems I made little mistake

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

2010-11-23 Thread Nenad Vujicic
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