I do not know how to install 32 bit libraries error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
thed0ctor
Level 1
Level 1
Posts: 5
Joined: Tue Jan 24, 2012 12:09 am

I do not know how to install 32 bit libraries error

Post by thed0ctor »

So I'm trying to build the latest version of Wine and I receive this in the terminal:

We need to install Wine as the root user. Do you want us to build Wine,
'su root' and install Wine? Enter 'no' to build Wine without installing:
(yes/no)

I say yes

then it's like:

Wine Installer v1.0


We need to install Wine as the root user. Do you want us to build Wine,
'su root' and install Wine? Enter 'no' to build Wine without installing:
(yes/no) yes
Running configure...

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

Configure failed, aborting install

So I search and then I find this: http://wiki.winehq.org/WineOn64bit#head ... 265468dc61

I do the easier way, it does its thing and at the very end it says:

ldconfig deferred processing now taking place
+ uname -m
+ test x86_64 = x86_64
+ echo I do not know how to install 32 bit libraries for distro Ubuntu
11.10 yet
I do not know how to install 32 bit libraries for distro Ubuntu
11.10 yet

So now I'm stuck. I can't build Wine because I need the libraries and I can't download the libraries because I'm on Ubuntu 11.10 x64....

Any solutions/suggestions would be helpful.

Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: I do not know how to install 32 bit libraries error

Post by dimesio »

thed0ctor wrote:So I search and then I find this: http://wiki.winehq.org/WineOn64bit#head ... 265468dc61
I do the easier way, it does its thing and at the very end it says
If you're on Ubuntu, why didn't you follow the instructions under "The Ubuntu Way"? They are right below "The easier way."
thed0ctor
Level 1
Level 1
Posts: 5
Joined: Tue Jan 24, 2012 12:09 am

Post by thed0ctor »

tried it that way, didn't work at first, then did an apt-get update and it worked! Thanks a lot!
User avatar
Isaiahee
Newbie
Newbie
Posts: 1
Joined: Wed Jan 25, 2012 5:28 am

Post by Isaiahee »

Hi
I am trying to install of latest version of Wine but I do not know how to install and 32 bit libraries error i found. give me some suggestion about error.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

I do not know how to install 32 bit libraries error

Post by jjmckenzie »

On Wed, Jan 25, 2012 at 3:32 AM, Isaiahee <[email protected]> wrote:
Hi
I am trying to install of latest version of Wine but I do not know how to install and 32 bit libraries error i found. give me
some suggestion about error.
Contact your Linux distributions support forums as the method differs
for each distribution.

James
thed0ctor
Level 1
Level 1
Posts: 5
Joined: Tue Jan 24, 2012 12:09 am

Post by thed0ctor »

Is your OS Ubuntu 11.1?
Locked