[yocto] libtool problem?

Hans Beckérus hans.beckerus at gmail.com
Wed Sep 4 02:24:13 PDT 2013


On Wed, Sep 4, 2013 at 9:53 AM, Hans Beckérus <hans.beckerus at gmail.com> wrote:
> Hi. I recently discovered that our populated SDK can not properly
> build much at all :(
> libtool complains about .la files that have been moved and not being
> able to find dito.
> The rootfs builds fine however. What I did noticed was that in our .la
> files we get lines like this:
>
> dependency_libs=' =/usr/lib/libxcb.la =/usr/lib/libXau.la =/usr/lib/libXdmcp.la'
>
> Is that '='-sign really supposed to be there? Is that why many builds
> fails to properly locate the .la files?
>
The '='-sign is still a mystery to me. But it does not seem to matter much.
If I configure my packages (built from the SDK toolchain) using
'--with-libtool-sysroot=/home/toolchain/sysroots/cortexa9-vfp-poky-linux-gnueabi/'
it works! But should that really be needed? Is the path to be used by
libtool not supposed to be automatically resolved to point at the
toolchain sysroot in cross-compilation environment?

> Thanks.
> Hans



More information about the yocto mailing list