Hello,
On Mon, Jul 25, 2011 at 4:11 PM, Vignesh Gadiyar <vcgadi...@gmail.com> wrote:
> Hi,
> ../../lib/dns/libdns.a(rdataset.o): In function `towiresorted':
> /home/user1r/bind-9.8.0-P2/lib/dns/rdataset.c:500: undefined reference to
> `custom_order_api'

Change Makefile rules to tell gcc, when its compiling rdataset.o, to
look for function named custom_order_api, in file
"path/to/your/file.o", this also requires that you add file.c to a
variable like SRCS in the appropriate Makefile/Makefile.am file
(depending on how you would build bind).
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to