Re: autoconf and testing make

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Stephane,

* Stephane Bortzmeyer wrote on Thu, Apr 12, 2007 at 09:05:27AM CEST:
> I recently had a problem on a Solaris machine where make was not in
> the PATH (it was installed in /usr/ccs/bin/make) but gmake is
> available.
[...]
> % gmake
> make  all-recursive
> gmake: make: Command not found
> gmake: *** [all] Error 127
> 
> "make" was called and not $(MAKE) :-(
> 
> The configure script tested:
> 
> configure:18436: checking whether make sets $(MAKE)
> configure:18461: result: no

Try
  ./configure MAKE=gmake
  gmake

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux