Compilating wine[Solved]
Posted: 28. May 2014, 21:07
I'm an user of Salix 13.37 64 bit MATE Edition and very happy with it. However I'd need also to run Win programs for some tasks, and being my system 64 bits I've installed multilib facilities according to http://www.slackware.com/~alien/multilib/ for obtain wine package.
The multilib installation was fine. I changed the environment (following the advice of the referred link) to 32 instead of 64 through the script . /etc/profile.d/32dev.sh. I tried to get wine using Sourcery. And then a problem showed up: the wine package was retrieved easily, the compilation began and when the process came at:
it entered into an infinite loop, consuming all the memory space (2 Gb) and also all the swap (other 2 Gb) without never end. It was necessary to cut off the process.
How can I compile happily the wine package?
Thanks in advance.
The multilib installation was fine. I changed the environment (following the advice of the referred link) to 32 instead of 64 through the script . /etc/profile.d/32dev.sh. I tried to get wine using Sourcery. And then a problem showed up: the wine package was retrieved easily, the compilation began and when the process came at:
Code: Select all
checking for gcc... gcc
How can I compile happily the wine package?
Thanks in advance.