Centos 5.3 x86_64 for wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
huyangyang
Newbie
Newbie
Posts: 2
Joined: Sun Jul 26, 2009 4:38 am

Centos 5.3 x86_64 for wine

Post by huyangyang »

my notepad is lenovo E41G.and setup Centos 5.3 x86_64 OS。

Configuration the following error when wine

checking for pthread_create in -lpthread... yes
checking for X... no
configure: error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need to install
32-bit development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
Gert van den Berg

Centos 5.3 x86_64 for wine

Post by Gert van den Berg »

On Sun, Jul 26, 2009 at 11:42, huyangyang<[email protected]> wrote:
my notepad is lenovo E41G.and setup Centos 5.3 x86_64 OS

Configuration the following error when wine

checking for pthread_create in -lpthread... yes
checking for X... no
configure: error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need to install
32-bit development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
One of the Fedora Core instructions here might give you an idea about
which development packages are needed:
http://wiki.winehq.org/WineOn64bit

Gert
David Gerard

Centos 5.3 x86_64 for wine

Post by David Gerard »

2009/7/26 huyangyang <[email protected]>:
my notepad is lenovo E41G.and setup Centos 5.3 x86_64 OS
Configuration the following error when wine
checking for pthread_create in -lpthread... yes
checking for X... no
configure: error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need to install
32-bit development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
On CentOS 4 64-bit, I've had problems installing 32-bit X libs. I'd
have hoped CentOS 5 would have been better ...

(Specifically, 4.4 wouldn't install the 32-bit libs from yum; 4.7 was fine.)

Does anyone know the magic to enable full 32-bit support on 64-bit
RHEL4/5-descended OSes?


- d.
huyangyang
Newbie
Newbie
Posts: 2
Joined: Sun Jul 26, 2009 4:38 am

Post by huyangyang »

thanks,Install all the development tools is ok.
Locked