Page 1 of 1

Salix 64bits et wine

Posted: 30. Sep 2013, 12:46
by micoud
Bonjour,

J'utilise un logiciel de dessin 2d windows sous Salix 13.37 / 32bits, avec wine. cela fonctionne très bien. Mais je voudrais pouvoir fonctionner avec davantage de mémore.
Mon PC étant équipé d'un Athlon 64, j'ai donc installé Salix 14 version 64bits.
Mais lorsque je veux installer wine, il me dit (si j'ai bien compris), qu'il me faudrait installer les librairies 32 bits.

Code: Select all

moi[tools]$ sh wineinstall 
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.
moi[tools]$ 
Je n'ai trouvé qu'un seul sujet traitant de ce problème, mais la solution préconisée ne m'emballe pas (installer Virtualbox, puis Salix 32) J'ai bien peur, dans ce cas, de ne rien gagner du tout !
Là, je sèche complètement.

Merci.

Re: Salix 64bits et wine

Posted: 30. Sep 2013, 13:27
by mimosa
http://forum.salixos.org/viewtopic.php?f=20&t=4910

Après, il faut biensûr installer wine à partir du répo 32-bit.

Ici:

http://salix.enialis.net/i486/14.0/sali ... 86-1rl.txz

Re: Salix 64bits et wine

Posted: 30. Sep 2013, 13:58
by micoud
OK, merci, je vais regarder cela.