bind10-devel-20120329 libtool warnings

Jeremy C. Reed jreed at isc.org
Tue Apr 3 00:51:45 UTC 2012


On Mon, 2 Apr 2012, JINMEI Tatuya / ???? wrote:

> Removing the following line from configure.ac should work:
> 
> m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
> 
> You'll also need to regenerate the ./configure script by running
> autoreconf.
> 
> (I guess we should rather be verbose, not silent, at least by
> default.  I often see the need for looking into detailed compiler
> output).

I think you can just do "./configure --disable-silent-rules"  instead.

The warning happens if the libdir line in the .la libtool archive file
doesn't match up to the location of .la library.

It can be confused by the .. relative directories in the path.

I think you may safely ignore these libtool warnings since I think the 
files are the same.

I am guessing a -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib 
linker flag is used. I don't know why.


More information about the bind10-users mailing list