On 13 November 2015 at 11:31, Daniel P. Berrange <berra...@redhat.com> wrote:
> Developers on 64-bit machines will often try to perform a
> 32-bit build of QEMU by running
>
>   ./configure --extra-cflags="-m32"
>
> Unfortunately if PKG_CONFIG_LIBDIR is not set to point to
> the location of the 32-bit pkg-config files, then configure
> will silently pick up the 64-bit pkg-config files and still
> succeed.

Will this also handle all the other -config programs that
seem to have sprouted up? Looking in configure we also call
 sdl-config
 sdl2-config
 libgcrypt-config
 aalib-config
 curl-config

thanks
-- PMM

Reply via email to