GNOME Bugzilla – Bug 57807
configure notices that make doesn't exist but doesn't "fix" it
Last modified: 2009-08-15 18:40:50 UTC
When the "configure" script is run it complains that make doesn't exist (it's called gmake on vanilla solaris afaik), but still "make" exists in the generated makefiles when it should be gmake.
Well seems a libtool problem. Have you tried to upgrade the default libtool files coming from the distribution ? Daniel
No I haven't. The Solaris I used to try this was the Solaris provided by SourceForge Compile Farms which is supposed to match a "vanilla" Solaris. Upgrading libtool may help (dunno). If we concentrate on workarounds though, redefining MAKE=make to MAKE=gmake in the toplevel makefile didn't have any effect in subdirs, is this by design or by mistake?
Well the Makefiles are generated using automake from the Makefile.am . this process is supposed to provide portable Makefiles. Unfortunately I don't know how to fix automake/autoconf and get the changes propagated in their distribution. The simplest is to have make available sorry it's has been an Unix standard for quite some time, and a setup without it ain't really something I can spend a lot of time supporting. If you have a fix to the Makefile.am correcting this I will take it if it doesn't break the standard cases. But I can't fix the current Makefile building chain to accomodate something which really looks broken. Daniel