Matthew Lye wrote: > On 16-Aug-07, at 11:53 PM, Christian Biere wrote: > > Ok, maybe this shows anything helpful: > > > > sh -x build.sh 2>&1|grep -i make > > The result: > > + which gmake > > + MAKE=gmake > > + gmake clobber > > + /bin/sh ./Configure -Oders -U usenm -D prefix=/usr/local -D > > make=gmake -D yacc=yacc -D bindir=/usr/local/bin -D privlib=/usr/ > > local/share/gtk-gnutella -D locale=/usr/local/share/locale -D > > sysman=/usr/local/man -D official=true -D so=dylib -D gtkversion=2 > > I don't know where 'make' is, and my life depends on it. > > This seems to suggest that Configure.sh is assuming I will have > gmake. Am I right?
Yes. Here's more: which gmake && echo YES command -v gmake && echo YES type gmake && echo YES which which -- Christian ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ gtk-gnutella-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
