BB Unix Network Monitor - Message

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

Re: {bb} bbgen compile Problems



In <18954.1102436987@www38.gmx.net> "Matthias Schreiber" <compeiler@gmx.net> writes:

>I have Problems compiling the bbgen. I am using OpenBSD on a Sparc64
>machine.  Problems are within the ares part. Is there any option to
>configure to not use the ares port? The INSTALL readme says that there is an
>option to use the standard dns instead of ares ("--no-ares")

I haven't tried compiling on a Sparc system running OpenBSD, but after
seeing your report I did attempt a compile on a FreeBSD/i386 system.

And ... there is a bug in the bbgen Makefile that builds the
network-tester and also c-ares. The error you get when trying to
build, is it something like

   make: don't know how to make w. Stop

or what is the problem ?

If it's the above error, then the solution is to a) use GNU make
instead of the FreeBSD/OpenBSD standard make, and b) change the
bbnet/Makefile line 43 from

    (cd c-ares-1.2.0 && make libcares.a)
to
    (cd c-ares-1.2.0 && $(MAKE) libcares.a)

This causes it to use the correct make-tool, and then the build
works.


Regards,
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.


Home | Main Index | Thread Index