I get an error when I try to compile wine for a RHEL4 x86-64 platform. First I run configure: ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x Followed by make, which generates generates following errors: /usr/bin/ld: skipping incompatible /usr/lib64/libfreetype.so when searching for -lfreetype /usr/bin/ld: skipping incompatible /usr/lib64/libfreetype.a when searching for -lfreetype /usr/bin/ld: skipping incompatible /usr/lib64/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib64/libz.a when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib64/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib64/libz.a when searching for -lz Instead of using the 32-bit libraries in /usr/lib, the 64-bit libraries in /usr/lib64 are taken. How can I tell the configure script to use the libraries form /usr//lib? Thanks, Daniel
Hi Daniel Leu:> I get an error when I try to compile wine for a RHEL4 x86-64 platform.> How can I tell the configure script to use the libraries form /usr//lib?I have no 64-bit system, but this hints might help: http://wiki.winehq.org/WineOn64bit Please tell us your Result -- By By ... ... Detlef
Hi Detelef,> Hi Daniel Leu: > > I get an error when I try to compile wine for a RHEL4 x86-64 platform. > > > How can I tell the configure script to use the libraries form /usr//lib? > > I have no 64-bit system, but this hints might help: > > http://wiki.winehq.org/WineOn64bit >This page has no special instructions for RHEL. I tried hints from other installations, but none helped. Thanks, Daniel