On Fri, Sep 04, 2009 at 12:35:47AM +0200, Cyril Brulebois wrote: > The problem actually comes from the following: > | AC_SEARCH_LIBS(res_mkquery, resolv)
The problem here is that the symbol is not called res_mkquery but __res_mkquery and you need to #include <resolv.h> to get that. On older arches there is a weak alias res_mkquery that gets you __res_mkquery on them for backwards compatibility. I had to fix alot of configure scripts for this issue at the time amd64 got added. Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org