BB Unix Network Monitor - Message

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

Re: {bb} bbgen-3.5 failing on make




On Feb 17, 2005, at 6:11 PM, Henrik Storner wrote:


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.


That worked :)


Thanks,

Lee



Henrik -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-= To unsubscribe from this list, or to subscribe to the bb-digest list send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message.


-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-= To unsubscribe from this list, or to subscribe to the bb-digest list send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index