Instale wine + freetype da fonte -> erro: arquivos de desenvolvimento FreeType de 32 bits não encontrados

Instale wine + freetype da fonte -> erro: arquivos de desenvolvimento FreeType de 32 bits não encontrados

Baixei as versões mais recentes do Wine(8.18) e Freetype2(2.13.2) de seus principais sites para serem usadas na distribuição Linux CRUX.

A instalação do Freetype correu bem, eu acho! ;-)

$ configure
$ make 
# make install

Os arquivos gerados foram colocados em /usr/local/include/freetype2 + /usr/local/lib/libfreetype...

Após instalar o FreeType, e quando tento configurar o Wine, o processo de configuração para com o seguinte erro:

**checking for -lfreetype... not found 
configure: error: FreeType 32-bit development files not found. Fonts will not be built. 
Use the --without-freetype option if you really want this.**

Também algo suspeito... muitos outros itens parecem não ter sido encontrados pelo Wine configure também...

checking for -lXcursor... not found
checking for X11/extensions/XInput.h... yes
checking for -lXi... not found
checking for XShmQueryExtension in -lXext... no
checking for XShapeQueryExtension in -lXext... no
checking for -lXxf86vm... not found
checking for -lXfixes... not found
checking for -lXinerama... not found
checking for X11/extensions/Xcomposite.h... yes
checking for -lXcomposite... not found
checking for XICCallback.callback... yes
checking for XEvent.xcookie... yes
checking for -lGL... not found
checking for -lGL... (cached) not found
checking for -lOSMesa... not found

Estou faltando alguma coisa importante?

Obrigado pela ajuda!

-Francisco


Nesse meio tempo, eu configurei:

LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
LIBRARY_PATH=/usr/lib:/usr/local/lib

Mas sem sucesso...

informação relacionada