thed0ctor
2012-Jan-24 05:17 UTC
[Wine] I do not know how to install 32 bit libraries error
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-6425d16f19f5058ca4cb93961bdbd4265468dc61 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!
dimesio
2012-Jan-24 12:24 UTC
[Wine] Re: I do not know how to install 32 bit libraries error
thed0ctor wrote:> So I search and then I find this: http://wiki.winehq.org/WineOn64bit#head-6425d16f19f5058ca4cb93961bdbd4265468dc61 > 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."
James McKenzie
2012-Jan-25 15:44 UTC
[Wine] I do not know how to install 32 bit libraries error
On Wed, Jan 25, 2012 at 3:32 AM, Isaiahee <wineforum-user at winehq.org> 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