Ok, for future AIX victims, here&#39;s what it took to get it to work (Gotta credit Sean Z for helping with this).<br><br>* Using xlc_r/xlC_r compilers<br>* with OBJECT_MODE=64 set<br>* Modified CMake/ParaViewCommon.cmake to Change the initfini line to add to the MPI_EXTRA_LIBRARY, not C_FLAGS<br>
* Added the following to my CMakeCache:<br>&nbsp;&nbsp;&nbsp; echo &quot;CMAKE_CXX_FLAGS:STRING=-q64 -D_LARGE_FILES&quot; &gt;&gt; CMakeCache.txt<br>&nbsp;&nbsp;&nbsp; echo &quot;CMAKE_C_FLAGS:STRING=-q64 -D_LARGE_FILES&quot; &gt;&gt; CMakeCache.txt<br>
&nbsp;&nbsp;&nbsp; echo &quot;CMAKE_EXE_LINKER_FLAGS:STRING=-q64 -bbigtoc&quot; &gt;&gt; CMakeCache.txt<br>&nbsp;&nbsp;&nbsp; echo &quot;CMAKE_SHARED_LINKER_FLAGS:STRING=-q64&quot; &gt;&gt; CMakeCache.txt<br><br>And lo and behold.. It works now (with the 3.2.1 branch &amp; CVS Head).&nbsp; <br>
<br><div class="gmail_quote">On Wed, May 7, 2008 at 2:20 PM, Randall Hand &lt;<a href="mailto:randall.hand@gmail.com">randall.hand@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;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 .&nbsp; It compiled successfully, but attempting to run it yields:<br>

<br>[rhand@b5n1 bin]$ ./pvserver<br>Could not load program pvserver-real:<br>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<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from module /scr/rhand/Build/Install/lib/paraview-3.3/libvtkPVFilters.so(), but a runtime definition<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of the symbol was not found.<br>rtld: 0712-002 fatal error: exiting.<br>[rhand@b5n1 bin]$<br><br><br>

Any clues? I&#39;m not using MPI, but I am compiling 64-bit and linking against OSMesa.<br clear="all"><font color="#888888"><br>-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>
ERDC MSRC-ITL
</font></blockquote></div><br><br clear="all"><br>-- <br>----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL