I downloaded the latest version of axiom (but the following problem was there also with the previous version).
I compiled it correctly, even if with some "warning" every now and then.
When installing, I get:
---
address@bogus.example.com:/home/stumbo/tmp/axiom]# make install
78 installing Axiom in /usr/local/axiom
/bin/sh: line 1: /usr/local/axiom/mnt//bin/axiom: No such file or directory
make: *** [install] Error 1
---
If I create the directory:
---
address@bogus.example.com:/home/stumbo/tmp/axiom]# mkdir -p /usr/local/axiom/mnt/bin
---
then everything works fine:
|