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 _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users