<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
I'll respond to my own post. Thanks to a great tip from fellow John Biddiscombe, we figured out that the DynamicLoader::OpenLibrary() was wrongly compiled to be<br>
{<br>
return 0;<br>
}<br>
<br>
because of an #if defined() statement checking for  CRAYXT_COMPUTE_LINUX_TARGET<br>
<br>
Depending on whether your compile with the Cray wrapper, or with g++, you'll get a different behavior; the Cray wrapper automatically sets a -DCRAYXT_COMPUTE_LINUX_TARGET<br>
<br>
Well, compiling with shared libs, I really should be able to open the shared libs objects. I have modified the source code of VTK/Utilities/KWSys/vtksys/DynamicLoader.cxx to default to the last case called " // 6. Implementation for default UNIX machines."<br>
<br>
I am now up and running with PV5.2 on the Cray XC, running EGL.<br>
<div><br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">-----------------<br>
Jean/CSCS<br>
<br>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<div></div>
</div>
</div>
</span></font></div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div></div>
</div>
</div>
</body>
</html>