Where to get 32-bit developmet libraries for Wine

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Post Reply
wallman1
Level 1
Level 1
Posts: 5
Joined: Fri Dec 09, 2016 12:17 am

Where to get 32-bit developmet libraries for Wine

Post by wallman1 »

I recently installed Mint 17.3 64-bit on my desktop machine built in 2009. I'd like to install the latest stable version of Wine (1.8.6). I've enabled 32-bit architecture as instructed on Wine HQ I've downloaded the wine source and I've extracted the tar file. I'm trying to "build" process from the command line. When I run ./configure It says, "error: cannot build a 32-bit program, you need to install 32-bit development libraries." Where do I get those libraries? I can handle the command line if I know exactly what to type and when and what to expect.

Yes. I know It would be easier to install Wine 1.6.2 from the Mint Software Manager, but I'm trying to learn something new. Can anyone out there help me? Thanks.
User avatar
kc1di
Level 17
Level 17
Posts: 7342
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Where to get 32-bit developmet libraries for Wine

Post by kc1di »

Hello wallman1 and Welcome to Mint Forums,
I believe these are the files you may be looking for

Code: Select all

sudo apt-get install build-essential gcc-multilib libx11-dev:i386 libfreetype6-dev:i386 libxcursor-dev:i386 libxi-dev:i386 libxshmfence-dev:i386 libxxf86vm-dev:i386 libxrandr-dev:i386 libxinerama-dev:i386 libxcomposite-dev:i386 libglu1-mesa-dev:i386 libosmesa6-dev:i386 libpcap0.8-dev:i386 libdbus-1-dev:i386 libncurses5-dev:i386 libsane-dev:i386 libv4l-dev:i386 libgphoto2-dev:i386 liblcms2-dev:i386 gstreamer0.10-plugins-base:i386 libcapi20-dev:i386 libcups2-dev:i386 libfontconfig1-dev:i386 libgsm1-dev:i386 libtiff5-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libldap2-dev:i386 libgnutls-dev:i386 libjpeg-dev:i386
good luck.

I usually just install playonlinux which allows you to manage wine versions up to 1.9.x
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
wallman1
Level 1
Level 1
Posts: 5
Joined: Fri Dec 09, 2016 12:17 am

Re: Where to get 32-bit developmet libraries for Wine

Post by wallman1 »

Thank you kc1di, and Merry Christmas! I will try that. I may need some more help after i put those in.
I'm showing my age, but i used FORTRAN on the VAX and the first 286 PC's when I was in college in the late 1980's into the mid 1990's. We would always compile source code into an object file and then link it to make an executable file. I have not done any programming or coding since then except for a short stint with Visual Basic in the late 1990's and more recently with AutoLISP at my work. So anyway i'm still trying to wrap my mind around how the world works in Linux....how to get source code into something executable.

I appreciate the help. Thank you again.
Post Reply

Return to “Beginner Questions”