Thanks, I was able to upgrade yum by deleting some mirrors which I didn't need slready. But I still cannot install wine. When I'm running configure script I'm getting
"checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries."
However, I've got "libstdc++-4.4.7-4.el6.i686" installed. Maybe "configure" search the lbraries in a wrong place ?
2013/12/6 Reindl Harald h.reindl@thelounge.net
other mirrors, some outdated, some not currently CentOS 6.5 is reaching the users
try downgrade the x86_64 version temporary or "rm -rf /var/cache/yum/*" to hopefully catch a different mirror
i have not seen gnutls-2.8.5-15.el6.x86_64 here by myself - so this is interesting, maybe this one is very recently packaged
Am 06.12.2013 10:12, schrieb Igor Littig:
---------- Forwarded message ---------- From: Igor Littig igor.littig@gmail.com Date: 2013/12/6 Subject: Re: [CentOS] 64bit centos and wine To: Reindl Harald h.reindl@thelounge.net
I've been trying to do "yum upgrade" right now, but I'm getting the same multilib error with "gnutls" package and it stops "gnutls-2.8.5-15.el6.x86_64 != gnutls-2.8.5-10.el6_4.2.i686".
2013/12/6 Reindl Harald h.reindl@thelounge.net
Am 06.12.2013 08:10, schrieb Igor Littig:
Thanks for the response, but the link did not help. When I try to
install
wine it says
"configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries."
But when I'm installing " libstdc++.i686" I'm getting the error
"Protected multilib versions: libstdc++-4.4.7-4.el6.i686 != libstdc++-4.4.7-3.el6.x86_64"
Does anybody have ideas how can I work around this problem ?
what about doing "yum upgrade" before? your installed x86_64 package is simply outdated and multilib must match
libstdc++-4.4.7-4.el6.i686 libstdc++-4.4.7-3.el6.x86_64
mine: Nov 27 10:55:38 Updated: libstdc++-4.4.7-4.el6.x86_64
Greetings,
On Fri, Dec 6, 2013 at 4:39 PM, Igor Littig igor.littig@gmail.com wrote:
However, I've got "libstdc++-4.4.7-4.el6.i686" installed. Maybe "configure" search the lbraries in a wrong place ?
I am not sure.
But there is something like compat-libstd* which may help.
Oh, yes. I forgot that should be "devel". I installed libstdc++-devel-4.4.7-4.el6.i686 and compat-libstd.... and "rpm -qa" shows that they are installed
[igor@localhost wine-1.7.3]$ rpm -qa | grep libstdc compat-libstdc++-296-2.96-144.el6.i686 libstdc++-4.4.7-4.el6.i686 compat-libstdc++-33-3.2.3-69.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.i686
However, configure still cannot find the libraries, the same error. Here is the full output of configure
[igor@localhost ~]$ cd Programs/wine-1.7.3/ [igor@localhost wine-1.7.3]$ ./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.
2013/12/6 Rajagopal Swaminathan raju.rajsand@gmail.com
Greetings,
On Fri, Dec 6, 2013 at 4:39 PM, Igor Littig igor.littig@gmail.com wrote:
However, I've got "libstdc++-4.4.7-4.el6.i686" installed. Maybe
"configure"
search the lbraries in a wrong place ?
I am not sure.
But there is something like compat-libstd* which may help.
-- Regards,
Rajagopal _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 12/06/2013 12:32 PM, Igor Littig wrote:
Oh, yes. I forgot that should be "devel". I installed libstdc++-devel-4.4.7-4.el6.i686 and compat-libstd.... and "rpm -qa" shows that they are installed
[igor@localhost wine-1.7.3]$ rpm -qa | grep libstdc compat-libstdc++-296-2.96-144.el6.i686 libstdc++-4.4.7-4.el6.i686 compat-libstdc++-33-3.2.3-69.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.i686
However, configure still cannot find the libraries, the same error. Here is the full output of configure
please stop top-posting. you may need a bunch of other libs in addition to libstdc++. why don't you just yum install wine, it's in epel though not the latest version.
Ok... Sorry... If I'm doing just "yum install wine" it's installing 64bit wine, which is useless for me, because most of my windows applications require 32 bit libraries.
2013/12/6 Nicolas Thierry-Mieg Nicolas.Thierry-Mieg@imag.fr
On 12/06/2013 12:32 PM, Igor Littig wrote:
Oh, yes. I forgot that should be "devel". I installed libstdc++-devel-4.4.7-4.el6.i686 and compat-libstd.... and "rpm -qa"
shows
that they are installed
[igor@localhost wine-1.7.3]$ rpm -qa | grep libstdc compat-libstdc++-296-2.96-144.el6.i686 libstdc++-4.4.7-4.el6.i686 compat-libstdc++-33-3.2.3-69.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.i686
However, configure still cannot find the libraries, the same error. Here
is
the full output of configure
please stop top-posting. you may need a bunch of other libs in addition to libstdc++. why don't you just yum install wine, it's in epel though not the latest version. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 12/06/2013 01:51 PM, Igor Littig wrote:
2013/12/6 Nicolas Thierry-Mieg Nicolas.Thierry-Mieg@imag.fr
On 12/06/2013 12:32 PM, Igor Littig wrote:
Oh, yes. I forgot that should be "devel". I installed libstdc++-devel-4.4.7-4.el6.i686 and compat-libstd.... and "rpm -qa"
shows
that they are installed
[igor@localhost wine-1.7.3]$ rpm -qa | grep libstdc compat-libstdc++-296-2.96-144.el6.i686 libstdc++-4.4.7-4.el6.i686 compat-libstdc++-33-3.2.3-69.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.i686
However, configure still cannot find the libraries, the same error. Here
is
the full output of configure
please stop top-posting. you may need a bunch of other libs in addition to libstdc++. why don't you just yum install wine, it's in epel though not the latest version.
Ok... Sorry... If I'm doing just "yum install wine" it's installing 64bit wine, which is useless for me, because most of my windows applications require 32 bit libraries.
you top-posted again... try yum install wine-1.4.1-1.el6.i686