[Wine] configure does not detect libfreetype

kwentzell wineforum-user at winehq.org
Tue Aug 5 15:34:02 CDT 2008


Greetings,

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.


Here are my freetype libs linked to /usr/lib:

> cyrus at cyra:~/wine-1.1.2$ find ./ -name libfreetype.* -print
> ./lib32/libfreetype.so
> ./lib32/libfreetype.so.6.3.18
> ./lib32/libfreetype.so.6


> cyrus at cyra:~/wine-1.1.2$ find /usr/lib -name libfreetype.* -print
> /usr/lib/xorg/modules/fonts/libfreetype.so
> /usr/lib/libfreetype.la
> /usr/lib/libfreetype.so
> /usr/lib/libfreetype.so.6.3.18
> /usr/lib/libfreetype.so.6
> /usr/lib/libfreetype.a


Some other random info:

> cyrus at cyra:~/wine-1.1.2$ uname -a
> Linux cyra 2.6.26 #5 SMP PREEMPT Tue Aug 5 05:31:31 EDT 2008 x86_64 GNU/Linux
> 


> cyrus at cyra:~/wine-1.1.2$ gcc --version
> gcc (Debian 4.3.1-8) 4.3.1


> 
> cyrus at 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


Any help would be appreciated. Thanks :D







More information about the wine-users mailing list