I'm trying to cross compile with qt wrapper for arm target. I used this for
configuration:

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

When I try "make" I get this error:

arm-unknown-linux-gnueabi/bin/ld: cannot find -lfreetype

I'm sure that the freetype library exists in the library path supplied with
the configure command. What do you think the problem is?
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to