Hello, you have to rebuild your python with the -fPIC option. Before making ./configure you have to set CPPFLAGS to "-fPIC". For example, export CPPFLAGS="-fPIC" ./configure ... make make install
Regards, Didier 2010/3/22 Hom Nath Gharti <[email protected]> > Dear all, > > I have 8-core machine with CentOS 5. I am trying to install CVS > version fo ParaView with following cmake variables > > BUILD_SHARED_LIBS ON > PARAVIEW_USE_MPI ON > PARAVIEW_ENABLE_PYTHON ON > > During make I get the following error: > > /usr/bin/ld: /usr/local/lib/libpython2.6.a(abstract.o): relocation > R_X86_64_32 against `a local symbol' can not be used when making a > shared object; recompile with -fPIC > /usr/local/lib/libpython2.6.a: could not read symbols: Bad value > > > I have python-2.6.4 ad qt-4.6.2. > > Any help/suggestions would greatly be appreciated. > > Thanks, > Hom Nath > _______________________________________________ > 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
