Hi Mike,<br><br>I did try running otool -L, and the output shows that there aren&#39;t hard coded paths -- that&#39;s what is really confusing me. What I do notice is that the *.jnilib files are symbolic links that include the full path. 
I.e. <br><br>*.jnilib -&gt; /Users/jennifer/Development/vtkbuild/bin/*.dylib<br><br>However the *.dylib files are symbolic links without the full path. I.e.<br><br>*.dylib -&gt; *.dylib.5.0<br>*.dylib.5.0 -&gt; *.dylib.5.0.3
<br><br>I&#39;m not sure why this happens. I&#39;m thinking that I will try changing they symlinks on the *.jnilib files and see if I can get things to work that way.<br><br>My reluctance to upgrade to Tiger? Only money ;) And now with Leopard so near on the horizon it doesn&#39;t seem worth it... 
<br><br>Jennifer<br><br><div><span class="gmail_quote">On 8/8/07, <b class="gmail_sendername">Mike Jackson</b> &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">This most definitely has everything to do with RPATH and how the native c++ libraries and executables are linked.&nbsp;<div><br></div><div>if you run the &quot;otool -L [library]&quot; command on one of the libraries in the &quot;bin&quot; directory what is the output?
</div><div><br></div><div>The first few lines will tell you if there is a hard coded path set for that library. This is why the paths MUST be exactly the same between the 2 machines. There are ways to change this path but it gets messy very quick. I would just make sure the paths match between computers. If the program you are going to write will eventually get deployed to others then you will need to revisit the whole RPATH ordeal...
</div><div><br></div><div>You may also want to try and upgrade to Tiger if at all possible. If your are loading Tiger on an older machine and worry about speed issues, dont. In my experience, Tiger will run at the same speed as Panther on the same hardware. If you can not upgrade for other reasons.. then I do not have any suggestions.
</div><div><br></div><div>Cheers<br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Bitstream Vera Sans; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div style="margin: 0px;">--&nbsp;</div><span class="q"><div style="margin: 0px;">Mike Jackson &nbsp; Senior Research Engineer</div><div style="margin: 0px;">Innovative Management &amp; Technology Services</div><br></span></span></div>
</div></div></blockquote></div><br>