* Werner LEMBERG <[email protected]> wrote: > > I am working with ARM 9 BSP. > > I want to cross compile My FreeType Application with > > "gcc-3.4.5-glibc-2.3.6" tool chain > > My input > > "/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/arm-linux-gnu-gcc > > -lfreetype -lm example1_working.c" > > > > but it gives error > > > > /tmp/ccw1mnBg.o(.text+0x458): In function `main': > > : undefined reference to `FT_Init_FreeType' > [...] > > Have you actually checked that the FreeType library has been built > successfully?
And it has been built w/ the crosscompiler and installed into a place where it can find it ? Hopefully you use sysroot, don't you ? cu -- ---------------------------------------------------------------------- Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: [email protected] mobile: +49 151 27565287 icq: 210169427 skype: nekrad666 ---------------------------------------------------------------------- Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme ---------------------------------------------------------------------- _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
