I'm trying to install maxima from source on my Sparc with Solaris 5/08.
But although I have installed gmake from sunfreeware, "gmake" says
# /usr/sfw/bin/gmake
Making all in src
/bin/bash: make: command not found
gmake: *** [all-recursive] Error 1
So what make or gmake should I install?
Thanks.
--
Ian Collins.
You can have a look into the Makefile. Perhaps it is calling other
makefiles by using make.
I'm not sure if I remember correct, but maybe setting "MAKE=gmake"
before the command helps.
HTH
Ewald
Add to path.
Regards,
AB