In this tutorial i will show you how to fix error "Cannot build a 32-bit program, you need to install 32-bit development libraries" while installing Wine ./configure in redhat centos or fedora.
The reason is you download the wine version 32bit edition and tried to install in 64-bit linux machine. To overcome this error just follow the steps.
instead of typing ./configure
type ./configure --enable-win64 in the terminal as shown in the screenshot below.
The reason is you download the wine version 32bit edition and tried to install in 64-bit linux machine. To overcome this error just follow the steps.
instead of typing ./configure
type ./configure --enable-win64 in the terminal as shown in the screenshot below.
No comments:
Post a Comment