plrease recommend anything to quickly resolve this wine64 configure error
[root@PlcmSplp wine-1.5.25]# which wine64
/usr/local/bin/wine64
[jeff-405@PlcmSplp ~]$ cd /home/jeff-405/Downloads/wine-1.5.25/[jeff-405@PlcmSplp wine-1.5.25]$ ./configure –enable-wine64
configure: WARNING: unrecognized options: –enable-wine64
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.
[root@PlcmSplp jeff-405]# yum -y install libXll-devel.i686 freetype-devel.i686 flex bison
Loaded plugins: fastestmirror, kmod, refresh-packagekit
Loading mirror speeds from cached hostfile
* rpmforge: mirror.hmc.edu
Setting up Install Process
No package libXll-devel.i686 available.
Package freetype-devel-2.3.11-6.el6_2.9.i686 already installed and latest version
Package flex-2.5.35-8.el6.x86_64 already installed and latest version
Package bison-2.4.1-5.el6.x86_64 already installed and latest version
Nothing to do
[root@PlcmSplp jeff-405]# yum -y install libXll-devel freetype-devel flex bisonLoaded plugins: fastestmirror, kmod, refresh-packagekit
Loading mirror speeds from cached hostfile
* rpmforge: mirror.hmc.edu
Setting up Install Process
No package libXll-devel available.
Package freetype-devel-2.3.11-6.el6_2.9.x86_64 already installed and latest version
Package flex-2.5.35-8.el6.x86_64 already installed and latest version
Package bison-2.4.1-5.el6.x86_64 already installed and latest version
Nothing to do
what do i do?, It looks like 32 and 64 bit development tools are installed?
i ran make and make install after configure build completes and istall completes without error
wine64
Re: wine64
That should beconfigure: WARNING: unrecognized options: –enable-wine64
Code: Select all
--enable-win64
Does the installed Wine work?i ran make and make install after configure build completes and istall completes without error
You didn't say what distro you're using, but since you're using yum I'll assume it's Fedora. The WineOn64bit wiki page has a list of what packages need to be installed to compile 32 bit Wine on 64 bit Fedora.
Re: wine64
sorry ./configure –enable-wine64 was a typo i ran ./configure --enable-wine64 and same result.
I have centos 6.3.
the insalled wine does not work that i am aware of. ran "winecfg" get line 52 exec not found error.
I just looked http://wiki.winehq.org/WineOn64bit for more info
above gives details for centos 5 will these instructions work for centos 6.3?
tried this Building a shared WoW64 setup
but get no such file or directory afer ../wine-git/configure --enable-win64 CC=/usr/local/gcc/bin/gcc
I have centos 6.3.
the insalled wine does not work that i am aware of. ran "winecfg" get line 52 exec not found error.
I just looked http://wiki.winehq.org/WineOn64bit for more info
above gives details for centos 5 will these instructions work for centos 6.3?
tried this Building a shared WoW64 setup
but get no such file or directory afer ../wine-git/configure --enable-win64 CC=/usr/local/gcc/bin/gcc
Re: wine64
I don't use CentOS, so I can't be of much help with the details. The wiki page's list of packages needed for 5 is a good place to start, but you will have to figure out what the equivalent packages are for your version. You might want to ask for help with that on the CentOS forum.