autoconf
[Top][All Lists]
Advanced

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

Re: autoconf and testing make


From: Ralf Wildenhues
Subject: Re: autoconf and testing make
Date: Thu, 12 Apr 2007 09:15:51 +0200
User-agent: Mutt/1.5.15 (2007-04-10)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]