[Paraview] compiling 1.6 on sgi altix
Brad King
brad.king at kitware.com
Fri Oct 15 17:01:22 EDT 2004
Dave Semeraro wrote:
> The build fails trying to build vtkTestFilters. I dont know if this
> executable is necessary or not.
It is only necessary for testing. Did the actual "paraview" executable
get built in the "bin" directory under the build tree?
> vtkDataArray.o(.void gnu.linkonce.t.vtkCopyTuples<double, double>(double
> *, double *, int, vtkIdList *)+0x82): relocation truncated to fit:
> PCREL21B vtkIdList::GetNumberOfIds(void)
I've not seen this error before, but the word "relocation" makes it look
like a -fPIC problem. Are you building with or without
BUILD_SHARED_LIBS set to ON?
-Brad
More information about the ParaView
mailing list