Re: ORBit Compile on Solaris
- From: Michael Meeks <michael ximian com>
- To: charlesg unixrealm com
- Cc: orbit <orbit-list gnome org>
- Subject: Re: ORBit Compile on Solaris
- Date: 21 Mar 2002 13:59:43 +0000
Hi Charles,
On Wed, 2002-03-20 at 23:00, Charles Gagnon wrote:
> I am compiling a new version of ORBit-0.5.15 on my Solaris 8 box. Since the
> last compile, I switched to using a later version of Bind with libbind instead
> of libresolv. Seems like ORBit is still getting -lresolv in the library
> options from somewhere and I can't figure out where.
Have you re-configured ? we use:
AC_CHECK_FUNC(inet_aton,,[AC_CHECK_LIB(resolv,inet_aton)])
if test x$ac_cv_func_inet_aton = xno && test
x$ac_cv_lib_resolv_inet_aton = xno
then :
else
AC_DEFINE(HAVE_INET_ATON)
fi
If you want to use an unusual configuration you're going to have to
hack that 'resolv' to a 'libbind'.
Doh - I see yet more reliance on autotools internals in that check -
argh.
Regards,
Michael.
--
mmeeks@gnu.org <><, Pseudo Engineer, itinerant idiot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]