http://bugs.winehq.org/show_bug.cgi?id=14820
--- Comment #1 from Markus Elfring Markus.Elfring@web.de 2008-08-10 10:32:35 --- http://forum.winehq.org/viewtopic.php?t=1951
The file "config.log" contains the following output.
configure:13789: checking for -lfreetype configure:13824: gcc -m32 -o conftest -g -O2 conftest.c -lfreetype -lfreetype -lz >&5 /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lfreetype collect2: ld returned 1 exit status configure:13830: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.1.2" [...] | #ifdef __cplusplus | extern "C" | #endif | char FT_Init_FreeType (); | int | main () | { | return FT_Init_FreeType (); | ; | return 0; | } configure:13853: result: not found