Can't create Symbol Table

harish badrinath harishbadrinath at gmail.com
Mon Jul 25 12:07:39 UTC 2011


Hello,
On Mon, Jul 25, 2011 at 4:11 PM, Vignesh Gadiyar <vcgadiyar at 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).



More information about the bind-users mailing list