Re: [Paraview] ParaView 3.8.1 Available for download

2010-10-07 Thread Felipe Bordeu
Does cmake work when you don't set your LD_LIBRARY_PATH? yes Have you tried prepending your LD_LIBRARY_PATH instead? ther is no LD_LIBRARY_PATH variable in my env finally a erase the /usr/lib/paraview-3.8/libstdc++.so.6 (Alexey idea) Thanks On 07/10/2010 19:08, Dave Partyka wrote: Hi Felip

Re: [Paraview] ParaView 3.8.1 Available for download

2010-10-07 Thread Dave Partyka
Ahh yes, I had forgotten we copy in our old version libstdc++. On Thu, Oct 7, 2010 at 1:01 PM, Alexey I. Baranov wrote: > Hi Felipe, > > I had this problem too. My workaround was to remove > /usr/lib/paraview-3.8/libstdc++.so.6 file. > > Hope this helps! > > Alexey > > > Dr. Alexey Baranov > > Ma

Re: [Paraview] ParaView 3.8.1 Available for download

2010-10-07 Thread Sven Buijssen
Hi Felipe, According to http://www.paraview.org/Wiki/ParaView_Binaries ParaView 3.8.1 64bit has been built on Debian Etch 4.0r8 using GCC 4.1.2. Your Ubuntu 10.04 64bit ships with GCC 4.4.3. You should avoid using a newer GCC release for your plugin or the plugin will most likely not work with PV

Re: [Paraview] ParaView 3.8.1 Available for download

2010-10-07 Thread Dave Partyka
Hi Felipe, Does cmake work when you don't set your LD_LIBRARY_PATH? Have you tried prepending your LD_LIBRARY_PATH instead? It is strange that cmake would break when you set LD_LIBRARY_PATH. LD_LIBRARY_PATH=/usr/lib/paraview-3.8:$LD_LIBRARY_PATH On Thu, Oct 7, 2010 at 12:53 PM, Felipe Bordeu wro

Re: [Paraview] ParaView 3.8.1 Available for download

2010-10-07 Thread Felipe Bordeu
I have a problem too. Help please to see if I am doing something wrong. using (uname -a) Linux pc-lmm29 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux I installed the ParaView-Development-3.8.1-Linux-x86_64/bin/*> /usr/bin/. ParaView-Development-3.8.1-L