http://bugs.winehq.org/show_bug.cgi?id=15693
Summary: On Debian configure says freetype lib is missing, but problem is actually zlib 32bit Product: Wine Version: 1.1.6 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: le.ben.smith@gmail.com
I ran ./configure on Debian Lenny and was told that the freetype lib was missing. When I looked at config.log I found that actually configure was trying to compile with -lz and the compile was failing due to my only having 64bit libz.a.
Once I installed Debian's lib32z1-dev, configure no longer reported the missing freetype lib.