----------------------------------------------------------------
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!!!
----------------------------------------------------------------
I have exactly the same problem using FreeBSD 3.3, Apache 1.3.9, and Jserv
1.1b3. Just for insight, here's the results of a whereis/which combo form
make and gmake:
su-2.03# whereis make
make: /usr/bin/make /usr/share/man/man1/make.1.gz /usr/src/usr.bin/make
su-2.03# which make
/usr/bin/make
su-2.03# whereis gmake
gmake: /usr/local/bin/gmake /usr/local/man/man1/gmake.1.gz
/usr/ports/devel/gmake
su-2.03# which gmake
/usr/local/bin/gmake
dominik.fueller suggested that I set a symbolic link between make and gmake
with the command:
ln -s gmake make
However, that didn't work. I'm at a loss, and I still can't ./configure
ApacheJserv. Any help or advice would be great.
----- Original Message -----
From: "jon *" <[EMAIL PROTECTED]>
> > But when
> > I try to compile I get an error message that it couldn't find GNU make.
I
> > have even put this in my path and I still get that message.
>
> What is it named? Is it named gmake? Also where it is in your path?
>
> Send the results of:
>
> whereis make
> and
> which make
>
--
--------------------------------------------------------------
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]