Page 1 of 1

[Solved] Installing 32-bit development libraries

Posted: 04 Aug 2019 15:05
by dhinds
I installed slackel ob 64 bit successfully on a Lenovo Thinkpad W520 except for one thing.

When I attempted to install wine-staging with Sourcery I get the following error message:

Code: Select all

gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
fakeroot -- sh wine-staging.SlackBuild Failed
(I installed the normal wine but the same issue prevents me from installing the Windows PIM I need).

How do I install the 32-bit development libraries?

Thanks in advance.

Re: Installing 32-bit development libraries

Posted: 04 Aug 2019 19:17
by djemos
Do this
Download install-multilib script which download and install multilib for slackel

Code: Select all

sudo slapt-get -u
sudo slapt-get -i install-multilib
Then install multilib 32 bit libraries

Code: Select all

sudo install-multilib slackel local
for details

Code: Select all

sudo install-multilib --help
and here

Re: Installing 32-bit development libraries

Posted: 06 Aug 2019 12:16
by dhinds
That worked just fine.