Wine uses the wrong pkg-config for 32 bit builds

Francois Gouget fgouget at codeweavers.com
Tue Jun 6 04:41:58 CDT 2017


On Tue, 6 Jun 2017, Alexandre Julliard wrote:

> Francois Gouget <fgouget at codeweavers.com> writes:
> 
> > * If one runs 'configure --enable-win64' on a 32 bit platform, one would 
> >   want to make sure to use x86_64-${host_os}-pkg-config rather than 
> >   plain pkg-config.
> >   That can be accomplished by adding another AC_CHECK_PROGS in the 
> >   relevant 'case $host' branch but it led me to think that maybe a more 
> >   general mechanism would be better.
> 
> I don't think there's any 32-bit platform where --enable-win64 would
> work, and we don't support it anyway.

I meant one where:
$ dpkg --print-architecture
i386
$ dpkg --print-foreign-architectures
amd64

Rather than the opposite which is more common nowadays.

(You may recognize a certain old Debian 7 chroot ;-)

-- 
Francois Gouget <fgouget at codeweavers.com>




More information about the wine-devel mailing list