On Fri, Sep 12, 2008 at 9:37 PM, Jack Woehr <[EMAIL PROTECTED]> wrote:
> The "make DESTDIR=`pwd`/tmp package" above will also create: > a gzipped ./ooRexx-x.y.z.pkg suitable for Solaris' "pkgadd" > > > That makes output that starts: > > ./rexx ./platform/unix/makepkg.rex sun 3.2.0 i386-pc-solaris2.11 /opt/ooRexx > /home/jax/tmp > ldd: ./bin/rexx: cannot open file: No such file or directory > unzip: cannot find or open ../../g++dep.zip, ../../g++dep.zip.zip or > ../../g++dep.zip.ZIP. Well that doesn't look promising. This is like the blind leading the blind. If on Solaris ooRexx uses rexx.cat, which I don't know for sure, then maybe all you have to do for your original install is set NLSPATH. This worked for me the other day on Linux when I wanted to run with an uninstalled ooRexx. Say you installation is in /opt/sw/ooRexx and rexx.cat is in /opt/sw/ooRexx/bin. Then try # export NLSPATH=/opt/sw/ooRexx/bin/rexx.cat You'll need the right command for your shell. And you should check to see if there is already a NLSPATH set and if so add rexx.cat to the existing rather than overwrite it. Again, I don't know for sure, but I assume NLSPATH would use the ':' (colon) to separate items. -- Mark Miesfeld ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
