<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">This most definitely has everything to do with RPATH and how the native c++ libraries and executables are linked. <DIV><BR class="khtml-block-placeholder"></DIV><DIV>if you run the "otool -L [library]" command on one of the libraries in the "bin" directory what is the output?</DIV><DIV><BR class="khtml-block-placeholder"></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 class="khtml-block-placeholder"></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 class="khtml-block-placeholder"></DIV><DIV>Cheers<BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 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-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">-- </DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Mike Jackson Senior Research Engineer</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Innovative Management & Technology Services</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR><DIV><DIV>On Aug 8, 2007, at 1:12 PM, Jennifer West wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">I tried moving the Cone file to a new location, but I started getting library problems again. However, everything worked again if I copied all the libvtk* files into the folder with Cone.java -- as long as a copy of the libraries also remained in the bin folder as well.<BR><BR>I haven't worked out these library issues yet - maybe it has something to do with compiling with rpath set to OFF.<SPAN class="Apple-converted-space"> </SPAN></SPAN></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>