[682] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

Re: zephyr 2.0.2 autoconf under ULTRIX 4.4

daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Aug 8 01:59:07 1995

Date: Tue, 8 Aug 1995 02:00:06 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: Luke Mewburn <lukem@telstra.com.au>
Cc: bug-zephyr@MIT.EDU
In-Reply-To: "[681] in Zephyr_Bugs"


> From looking at the code I assume the reason is that your
> configure.in assumes that the hes_* routines are in the
> libhesiod.a. Ultrix has these in libc.a. You may wish to modify
> AC_CHECK_LIB(hesiod, hes_resolve, ...)  so that it also checks in
> libc?

All AC_CHECK_LIB(hesiod, hes_reolve) does is link a test program
against -lhesiod and see if it links.  There should be no explicit
need to link against -lc.

Take a look at your config.log and see if it has anything to say about
this.


home help back first fref pref prev next nref lref last post