Cross compiling for android

Thiago Macieira thiago at macieira.org
Thu Jan 15 11:44:39 PST 2015


On Thursday 15 January 2015 20:34:01 Anton Lundin wrote:
> Do any one else know a better way to stop configure scripts and such
> from picking up headers, pkgconfig and such?

They should pick up from pkg-config. The question is whether you configured pkg-
config correctly for your target. Make sure that PKG_CONFIG_SYSROOT_DIR and 
PKG_CONFIG_LIBDIR are set properly.

As for other configure scripts, if there is an equivalent for your target, make 
sure that it's first in $PATH. If there's no equivalent (because the target 
removed or doesn't deploy the script), I can't think of another choice but to 
remove the host one too.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358



More information about the subsurface mailing list