4979: wine 9.11 make fails on AMD64, more info

Marcus Meissner meissner at suse.de
Tue May 16 09:44:17 CDT 2006


On Mon, May 15, 2006 at 02:38:14PM -0700, David Anderson wrote:
> I just installed kubuntu 6.06 on a new laptop (no binary avail), AMD64.
> 
> Compiling wine failed as 4979 says, no libfreetype.so that is
> compatible.
> 
> The problem is not in the -L or in gcc or in wine.
> 
> The problem is in the m32 libfreetype. 
> /usr/lib32 is searched (as /usr/lib/../lib32) by gcc automatically with
> -m32.
> 
> The libfreetype developer(s) provided
> libfreetype.so.6.3.8 and 
> link
> libfreetype.so.6 ->libfreetype.so.6.3.8
> 
> However they forgot to create the symlink
> 
>   libfreetype.so -> libfreetype.so.6
> 
> Create this by hand in /usr/lib32 and regrettably wine still will not
> build
> as  4 externs are left unresolved: inflate, inflateReset,inflateEnd,
> inflateInit2.
> 
> This appears to also be a libfreetype issue.  It's been reported several
> times in various contexts, google for 'libfreetype inflate' to see them.

Looks like a missing NEEDED libz.so.1 in the libfreetype.so.6.

Add -lz to the link lined.

Ciao, Marcus



More information about the wine-devel mailing list