Ed, Thank you. Yes, I actually used the instruction on wineHQ wiki. 64 bits build without problem. Only issue (I think) with 32 bits is that the -m32 flag cannot be passed to gcc. But when I try to install the required library for the -m32 option on gcc, that is libX11-devel.i686 libxcb-devel.i686 libXext-devel.i686, I get the error below (I do a dnf install of the libraries) which, I think, is due to some mismatch in versions of the various package in the repository? Thanks, -- Philippe. Error: Problem: package libxcrypt-devel-4.1.1-4.el8.i686 requires glibc-headers(x86-32) >= 2.26.9000-46, but none of the providers can be installed - package glibc-devel-2.28-42.el8.1.i686 requires libxcrypt-devel(x86-32) >= 4.0.0, but none of the providers can be installed - package glibc-headers-2.28-42.el8.1.i686 requires kernel-headers, but none of the providers can be installed - package glibc-headers-2.28-42.el8.1.i686 requires kernel-headers >= 2.2.1, but none of the providers can be installed - package glibc-headers-2.28-42.el8_0.1.i686 requires kernel-headers, but none of the providers can be installed - package glibc-headers-2.28-42.el8_0.1.i686 requires kernel-headers >= 2.2.1, but none of the providers can be installed - cannot install the best candidate for the job On Sun, Dec 22, 2019 at 8:09 AM ejm <mansky at mindspring.com> wrote: > Hi Philippe, > > To get wine-32 to work on CentOS 7.6 I had to build and install wine 1.8.4 > from a tarball. > > Follow the instructions at: https://wiki.winehq.org/Building_Wine > > and build the 64-bit version first, then the 32-bit version. > > Before building either version I installed the following X11 devel pkgs > from yum: > > libX11-devel.i686 > libxcb-devel.i686 > libXext-devel.i686 > > Depending on your setup on CentOS8 you may need additional X11 devel pkgs, > or gecko or others. > > Good luck, > > > --Ed > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >