Instale Wine + FreeType desde la fuente -> error: no se encontraron archivos de desarrollo FreeType de 32 bits

Instale Wine + FreeType desde la fuente -> error: no se encontraron archivos de desarrollo FreeType de 32 bits

Descargué las últimas versiones de Wine (8.18) y Freetype2 (2.13.2) de sus sitios principales para usarlas en la distribución de Linux CRUX.

¡Supongo que la instalación de Freetype se realizó sin problemas! ;-)

$ configure
$ make 
# make install

Los archivos generados se colocaron en /usr/local/include/freetype2 + /usr/local/lib/libfreetype...

Después de instalar FreeType, y cuando intento configurar Wine, el proceso de configuración se detiene con el siguiente error:

**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.**

También algo sospechoso... muchos otros elementos parecen no ser encontrados por Wine configure tampoco...

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

¿Me estoy perdiendo algo importante?

¡Gracias por tu ayuda!

-Francisco


Mientras tanto, he configurado:

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

Pero sin éxito...

información relacionada