Print

Print


Hi

I'm having some problems with the linux x86_64 bit install of nanahope on
Fedora 10.

Some commands like kappa work:
linux> kappa


     KAPPA commands are now available -- (Version 1.10-10)

     Type kaphelp for help on KAPPA commands.
     Type 'showme sun95' to browse the hypertext documentation.

     NOTE, several applications have had major changes made to their
     parameter lists. See the 'Release Notes' section of SUN/95 for
     details.

But others don't, like:
linux> figaro
bash: /figaro/figaro.sh: No such file or directory

I think the problem is in star-nanahope/etc/profile. In the second figaro
setup section figaro is defined as:

figaro () { . ${bindir}/figaro/figaro.sh; }

but bindir is not defined at run time.

kappa is defined like:
  kappa () { . $KAPPA_DIR/kappa.sh; }

and KAPPA_DIR is defined at run time

Roderick Johnstone