Actually, sigh, I spoke too soon. What really happened
was that it worked fine while my working directory was
/usr/local/lib/j602 - from any other directory, I got:

iMg5:~ jkt$ jb
Load library /Users/jkt/libj.dylib failed.iMg5:~ jkt$

Even worse, I can't find a way to correct it. In past
releases I set /etc/bashrc to look like:

iMg5:~ jkt$ cat /etc/bashrc
# System-wide .bashrc file for interactive bash(1) shells.
if [ -n "$PS1" ]; then PS1='\h:\w \u\$ '; fi
# Make bash check it's window size after a process completes
shopt -s checkwinsize
  if ! echo $PATH | /usr/bin/grep -q "/usr/local" ; then
    PATH=$PATH:/usr/local/bin/
  fi
# For J users in bash
JPATHj602="/usr/local/lib/j602/"
JPATHj601="/usr/local/lib/j601/"
JPATHj504="/usr/local/lib/j504/"

export PATH JPATHj601 JPATHj504 JPATHj602

and while it works for j601 and j504, no joy with j602.

- joey

----

At 20:29  -0700 2007/09/28, Joey K Tuttle wrote:
I should have added that on my third installation
(into /usr/local/lib/) things worked very nicely
and a symbolic link in /usr/local/bin works "out
of the box" (except for my missing personal profile).

This is a very nice improvement - thanks.

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to