[Paraview] Problem with SpyPlot & AIX Systems

Randall Hand randall.hand at gmail.com
Thu May 8 09:38:29 EDT 2008


Ok, for future AIX victims, here's what it took to get it to work (Gotta
credit Sean Z for helping with this).

* Using xlc_r/xlC_r compilers
* with OBJECT_MODE=64 set
* Modified CMake/ParaViewCommon.cmake to Change the initfini line to add to
the MPI_EXTRA_LIBRARY, not C_FLAGS
* Added the following to my CMakeCache:
    echo "CMAKE_CXX_FLAGS:STRING=-q64 -D_LARGE_FILES" >> CMakeCache.txt
    echo "CMAKE_C_FLAGS:STRING=-q64 -D_LARGE_FILES" >> CMakeCache.txt
    echo "CMAKE_EXE_LINKER_FLAGS:STRING=-q64 -bbigtoc" >> CMakeCache.txt
    echo "CMAKE_SHARED_LINKER_FLAGS:STRING=-q64" >> CMakeCache.txt

And lo and behold.. It works now (with the 3.2.1 branch & CVS Head).

On Wed, May 7, 2008 at 2:20 PM, Randall Hand <randall.hand at gmail.com> wrote:

> I've managed to successfully compile the latest ParaView CVS (had to use
> 3.3CVS to disable documentation, but I got similar errors with 3.2 from
> vtkSMExtractDocumentation) using xlc_r/xlC_r .  It compiled successfully,
> but attempting to run it yields:
>
> [rhand at b5n1 bin]$ ./pvserver
> Could not load program pvserver-real:
> rtld: 0712-001 Symbol
> GetReader__19vtkSpyPlotReaderMapFRQ3_3std5_TreeXTQ2_3std12_Tmap_traitsXTQ3_3std7_LFS_ON12basic_stringXTcTQ2_3std11char_traitsXTc_TQ2_3std9allocatorXTc__TP19vtkSpyPlotUniReaderTQ2_3std4lessXTQ3_3std7_LFS_ON12basic_stringXTcTQ2_3std11char_traits
> was referenced
>       from module
> /scr/rhand/Build/Install/lib/paraview-3.3/libvtkPVFilters.so(), but a
> runtime definition
>             of the symbol was not found.
> rtld: 0712-002 fatal error: exiting.
> [rhand at b5n1 bin]$
>
>
> Any clues? I'm not using MPI, but I am compiling 64-bit and linking against
> OSMesa.
>
> --
> ----------------------------------------
> Randall Hand
> Visualization Scientist
> ERDC MSRC-ITL




-- 
----------------------------------------
Randall Hand
Visualization Scientist
ERDC MSRC-ITL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080508/e8dd7ef8/attachment.htm>


More information about the ParaView mailing list