[CentOS] CENTOS8: running wine 32 bits?

Sun Dec 22 13:17:20 UTC 2019
Philippe Piot <piot at nicadd.niu.edu>

All,
  I need to run some legacy Windows software (32 bits) under my Linux box.
I have installed wine from the source the 64 bits works fine but not the 32
bits.

  The ./configure gives
...
*checking whether gcc -m32 works... no*

*configure: error: Cannot build a 32-bit program, you need to install
32-bit development libraries.*

  and trying to install the require i686 packages results in a

[











*piot at unknown50EB7156B508 wine-4.18]$ sudo dnf install glibc-devel.i686
libgcc.i686 libstdc++-devel.i686 ncurses-devel.i686 Last metadata
expiration check: 0:09:26 ago on Sun 22 Dec 2019 07:04:41 AM CST.Package
libgcc-8.2.1-3.5.el8.i686 is already installed.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(try to add '--skip-broken' to skip uninstallable packages or
'--nobest' to use not only best candidate packages)*

  Thank you for any suggestions. All the best,  -- Philippe.