<div dir="ltr">I'm trying to cross compile with qt wrapper for arm target. I used this for configuration:<br><br><div style="margin-left:40px">CC=arm-linux-gcc ./configure --host=arm-linux --disable-libpng --disable-cairo-output --disable-poppler-glib --disable-cms CPPFLAGS=-I/home/islamhassan/Development/embedded_linux/buildroot-2012.02/output/staging/usr/include LDFLAGS=-L/home/islamhassan/Development/embedded_linux/buildroot-2012.02/output/staging/usr/lib,-L/home/islamhassan/Development/embedded_linux/buildroot-2012.02/output/staging/lib CFLAGS=-I/home/islamhassan/Development/embedded_linux/buildroot-2012.02/output/staging/usr/include PKG_CONFIG_PATH=/home/islamhassan/Development/embedded_linux/buildroot-2012.02/output/staging/usr/lib/pkgconfig<br>
<br></div>When I try "make" I get this error:<br><br><div style="margin-left:40px">arm-unknown-linux-gnueabi/bin/ld: cannot find -lfreetype<br><br></div>I'm sure that the freetype library exists in the library path supplied with the configure command. What do you think the problem is?<br>
</div>