bind10 configure fails to find botan library
Jelte Jansen
jelte at isc.org
Wed Nov 30 13:52:15 UTC 2011
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
thanks for your report and the initial research!
gcc has apparently gotten much more strict about the order of libraries
on the command line. The symptom you are running into is that we put the
- -l flags in LDFLAGS, since the botan-config script returns both -L and
- -l. This is incorrect, and the -l ones should be in LIBS.
Now that itself is quite easy to fix or work around, but botan linking
is only the first thing that is hit, and it is only the beginning. It
has also gotten more strict about the order of our own libraries in our
makefiles, so fixing this will only make compilation itself fail.
I have created a ticket for this;
http://bind10.isc.org/ticket/1442
And, while it needs some cleanup, I have attached an initial patch that
you can try, which fixes the issues for me.
Jelte
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7WNQ8ACgkQ4nZCKsdOncViIACgjn8jHSbqMAME3a25N3eZ9IuM
Du4AoIo34vEg4PalQwmAlnvKegEOPLCb
=yxE+
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc46_build.patch
Type: text/x-patch
Size: 4924 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/bind10-users/attachments/20111130/dd5c0278/attachment.bin>
More information about the bind10-users
mailing list