Every other lib works fine, wine compiles and works perfectly with "--without freetype" (with the exception of fonts that look like megablocks), but libfreetype always fails with:
checking for -lfreetype... not found
configure: error: FreeType development files not found.
cyrus@cyra:~/wine-1.1.2$ dpkg -l | grep libfreetype
ii libfreetype6 2.3.7-1 FreeType 2 font engine, shared library files
ii libfreetype6-dev 2.3.7-1 FreeType 2 font engine, development files
Every other lib works fine, wine compiles and works perfectly with "--without freetype" (with the exception of fonts that look like megablocks), but libfreetype always fails with:
checking for -lfreetype... not found
configure: error: FreeType development files not found.
Check the config.log. Search for that message and see what didn't work before that line. You might be missing some extra libraries required by freetype.
I have exactly the same error on my debian lenny amd64 machine (kernel 2.6.26-1). Other stuff (e.g. pidgin or alsa-drivers) was configured and compiled without errors, but wine can't detect freetype properly...
here's the part of my config.log where configure seems to run into problems:
wine 1.0.0 from the debian lenny repositories runs fine, but a program that worked with wine 1.1.1 (on another computer with mepis 7 (32bit)) doesn't work with version 1.0.0, so i need to build&install wine from source...