[OE-core] libtool --with-libtool-sysroot

Burton, Ross ross.burton at intel.com
Fri Nov 11 17:33:33 UTC 2016


On 11 November 2016 at 17:31, Jack Mitchell <ml at embed.me.uk> wrote:

> How would one check which libtool was being used, or influence which one
> autotools chooses?
>

One common problem is a makefile or configure using "libtool" directly
instead of $(LIBTOOL).

Grep the generated Makefiles for "libtool", the only instance where it is
executed should be in an assignment to LIBTOOL.  For example, glib:

LIBTOOL = $(top_builddir)/x86_64-poky-linux-libtool

Ross


Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161111/8d9febc1/attachment-0002.html>


More information about the Openembedded-core mailing list