[cfarm-users] Missing "make" on gcc210 or gcc211.fsffrance.org / or wrong autoconf - any idea?
Bruno Haible
bruno at clisp.org
Sat Oct 29 12:16:35 CEST 2022
Jaroslav Fojtik wrote:
> make is not installed on system.
> There is "gmake".
Indeed:
* On gcc210, there is /usr/xpg4/bin/make = /usr/ccs/bin/make and
/opt/csw/bin/gmake.
* On gcc211, there is only /opt/csw/bin/gmake.
$ pkg search /usr/bin/make
and
$ pkg search /usr/ccs/bin/make
report errors. So, I don't know whether
# pkg install developer/build/make
would work...
The fix for you is simple:
$ MAKE=gmake; export MAKE
Then the configure script will use 'gmake' instead of 'make'.
Bruno
More information about the cfarm-users
mailing list