----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi there everyone. We're currently running Apache/JServ on NT, and I'm
trying out different platforms. I set up a FreeBSD box and I've started
building Apache/JServ. I'm using:
FreeBSD 3.3
Apache 1.3.9
Jserv 1.1b3
jswdk 1.0.1

To build apache, I start with:
./configure --enable-rule=SHARED_CORE --enable-module=so
make install

Everything configures and builds correctly. At this point, apache can be
started and stopped, and it correctly responds to http requsts. Then,  I
start to build JServ with:
./configure

which generates the following error:
checking for GNU make... configure: error: GNU make was not found, please
install it first

I was pretty sure I had gnu make installed, but just to be sure, I
downloaded make-3.78.1 from ftp.gnu.org, configured and built it. Then went
back to building JServ, but I get the same configure error.  Here's a
fragment of the configure script where the error is generated:

#! /bin/sh
...
# Check to make sure that we have GNU make

   echo $ac_n "checking for GNU make""... $ac_c" 1>&6
echo "configure:2514: checking for GNU make" >&5
if eval "test \"`echo '$''{'_cv_gnu_make_command'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
       ifGNUmake='#' ;
       _cv_gnu_make_command='' ;
       if ${TEST} -x ${MAKE} ; then
           if ( ${MAKE} --version 2> /dev/null | ${GREP} GNU ) ; then
               _cv_gnu_make_command=${MAKE} ;
               ifGNUmake='' ;
           fi
       fi
       if ${TEST} -n "${ifGNUmake}" ; then
        f ${TESo "configure: error: GNU make was not found, please install
it first" 1>&2; exit 1; }
       fi

echo "$ac_t""$_cv_gnu_make_command" 1>&6
...

I'm not good enough with shell scripts to figure out what's going on here.
So it boils down to a few questions.

Am I overlooking something obvious?
How can I manually determine if gnu make is correctly installed?
What other pointers can I look toward for a correct build?

Thanks so much for your help.





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to