In <9dfb2466dc94edd19d29967e08864dc7@imber.com> "Lee J. Imber"
<toaster@imber.com> writes:
checking for egrep... grep -E
no
configure: creating ./config.status
config.status: creating Makefile
(cd c-ares-1.2.0 && make libcares.a)
make: don't know how to make w. Stop
gmake[1]: *** [c-ares-1.2.0/libcares.a] Error 2
gmake[1]: Leaving directory `/home/lee/bbgen-3.5/bbnet'
OK, this happens on my FreeBSD 4.10 also (just found out).
The quick fix is to
cd bbnet/c-ares-1.2.0
make
to build the c-ares library, then
cd ../..
gmake
to continue building bbgen. That appears to work.
The real fix is to change the "make" command embedded in
bbnet/Makefile to call "$(MAKE)" instead. This has been changed
already for the next version.