How do I compile 32 bit wine on 64 bit only RHEL 7?

Questions about Wine on Linux
Locked
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

How do I compile 32 bit wine on 64 bit only RHEL 7?

Post by ToddAndMargo2 »

Hi All,

Can someone point me to a set of directions on how to compile 32 bit wine on 64 bit only RHEL 7?

Many thanks,
-T
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How do I compile 32 bit wine on 64 bit only RHEL 7?

Post by dimesio »

The instructions we have for RHEL are old, but they are a place to start. http://wiki.winehq.org/WineOn64bit

Where to get the 32 bit dependencies and build tools is something you would need to ask on a RHEL forum.
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

Re: How do I compile 32 bit wine on 64 bit only RHEL 7?

Post by ToddAndMargo2 »

dimesio wrote:The instructions we have for RHEL are old, but they are a place to start. http://wiki.winehq.org/WineOn64bit

Where to get the 32 bit dependencies and build tools is something you would need to ask on a RHEL forum.
Yes, I did find them. Thank you. Without building every one of the 32 bit dependencies, 32 bit Wine will not compile under RHEL 7. This is an absolute disaster.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How do I compile 32 bit wine on 64 bit only RHEL 7?

Post by dimesio »

Are you sure? I was under the impression from https://bugzilla.redhat.com/show_bug.cgi?id=1117422#c6 that RHEL 7 does include some 32 bit libraries, probably not everything Wine needs, but at least the bare minimum. We've had a couple of CentOS users who did report they were able to build a WoW64 setup. Neither gave details of where they got the dependencies, but I suspect they would have mentioned having to build all of them.
ToddAndMargo2
Level 3
Level 3
Posts: 98
Joined: Thu Aug 21, 2014 6:40 pm

Re: How do I compile 32 bit wine on 64 bit only RHEL 7?

Post by ToddAndMargo2 »

dimesio wrote:Are you sure? I was under the impression from https://bugzilla.redhat.com/show_bug.cgi?id=1117422#c6 that RHEL 7 does include some 32 bit libraries, probably not everything Wine needs, but at least the bare minimum. We've had a couple of CentOS users who did report they were able to build a WoW64 setup. Neither gave details of where they got the dependencies, but I suspect they would have mentioned having to build all of them.
Pretty sure. I have been corresponding with EPEL (Extra Packages for Enterprise Linux). We are pretty much ...

This guy seems to have worked it out: http://finsmedia.com/winerpms.tar.gz
But I am leery of downloading third part stuff
Locked