Hi Andy, I presume this works on AIX. Go to your executable and run: ldd myexecutable Note the dependencies. Install (copy) those shared object libraries (.so) onto the other platform. ALTERNATIVELY... Compile your executable to use the archive libraries (.a). HTH, --Eljay