Displaying 1 result from an estimated 1 matches for "cyra".
Did you mean:
cra
2008 Aug 05
1
configure does not detect libfreetype
...ith "--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
>...