[Solved] Installing 32-bit development libraries

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
dhinds
Posts: 11
Joined: 24 Oct 2016 02:13

[Solved] Installing 32-bit development libraries

Post 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.
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: Installing 32-bit development libraries

Post 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
dhinds
Posts: 11
Joined: 24 Oct 2016 02:13

Re: Installing 32-bit development libraries

Post by dhinds »

That worked just fine.
Post Reply