I have opensuse 11, 64bit. trying to compile wine 1.1.9, From previous info, I've been using the following.... --------------- ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/ --with-x --prefix=/usr ------------------------ I do have freetype2-64 and freetype2 dev 64 installed. I am hoping that the problem can be resolved with another syntax change to my configuration command above by pointing it to freetype2 (?-not sure proper syntax to try). If not correct way, what else do I need to do? Thanks for any help!!! --------------------------config.log----------------- configure:14426: checking for freetype-config configure:14442: found /usr/bin/freetype-config configure:14453: result: freetype-config configure:14469: checking for -lfreetype configure:14504: gcc -m32 -o conftest -g -O2 conftest.c -lfreetype -lfreetype -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libfreetype.so when searching for -lfreetype /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libfreetype.a when searching for -lfreetype /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libfreetype.so when searching for -lfreetype /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libfreetype.a when searching for -lfreetype /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lfreetype
aw_wolfe1 wrote:> > ------------------------ > I do have freetype2-64 and freetype2 dev 64 installed. I am hoping that the problem can be resolved with another syntax change to my configuration command above by pointing it to freetype2 (?-not sure proper syntax to try). If not correct way, what else do I need to do? > >You need the 32 bit libraries. http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0
English_Mohican
2008-Dec-03 19:59 UTC
[Wine] Re: Trouble compiling--unable to find freetype
I also run OpenSuse 11.0 on a 64bit machine and I find that I need to set up links to many of the libraries so that wine can find them. I cannot remember doing libfreetype specifically, but Yast only installs libfreetype.so.6 which is a link and libfreetype.so.6.3.18 which is the library itself. (This is in /usr/lib). I think wine looks for libfreetype.so which is not there until I copy libfreetype.so.6 and paste it back calling it libfreetype.so. You then need to run ldconfig to make sure Linux notices that you have generated the file. My guess is that OpenSuse handles this for me in /usr/lib64 but not in the 32 bit library.