Hi Tim

I've tried (hard) to compile Axiom from github.
Do you recognize any obvious reason from the tail of the make output below?

Thank you
Kurt

---
git clone git://github.com/daly/axiom.git
cd axiom
export AXIOM=`pwd`/mnt/ubuntu
export PATH=$AXIOM/bin:$PATH
make


...

make[4]: Entering directory '/home/kfp/Apps/axiom/lsp/gcl-2.6.12/cmpnew'
../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
make[4]: ../unixport/saved_pre_gcl: Command not found
makefile:35: recipe for target 'gcl_collectfn.o' failed
make[4]: *** [gcl_collectfn.o] Error 127
make[4]: Leaving directory '/home/kfp/Apps/axiom/lsp/gcl-2.6.12/cmpnew'
makefile:108: recipe for target 'cmpnew/gcl_collectfn.o' failed
make[3]: *** [cmpnew/gcl_collectfn.o] Error 2
make[3]: Leaving directory '/home/kfp/Apps/axiom/lsp/gcl-2.6.12'
/bin/sh: 6: unixport/saved_gcl: not found
Makefile:8: recipe for target 'gcldir' failed
make[2]: *** [gcldir] Error 127
make[2]: Leaving directory '/home/kfp/Apps/axiom/lsp'
Makefile.ubuntu:169: recipe for target 'lspdir' failed
make[1]: *** [lspdir] Error 2
make[1]: Leaving directory '/home/kfp/Apps/axiom'
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

_______________________________________________
Axiom-developer mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to