when i cross compile pango 1.17.0 - i get undefined reference





hai,

I would like to cross compile Pango 1.17.0  for an ARM board
with the toolchain arm-linux.

I  have set all variables like CC,LD,AS,AR,RANLIB,STRIP correctly.
this is my configure

./configure  --host=arm-linux --build=i686-linux --prefix=$PREFIX --enable-static=yes --without-x --disable-sdl --disable-win32 --with-gfxdrivers=none --enable-explicit-deps=yes

This is what I get when I do make.. configuration is happening correctly  freetype.a is already installed, and path is correct in make file

harfbuzz-dump-main.o: In function `main':
/pango-1.16.4/pango/opentype/harfbuzz-dump-main.c:225: undefined reference to `FT_Init_FreeType'
/pango-1.16.4/pango/opentype/harfbuzz-dump-main.c:228: undefined reference to `FT_New_Face'
/pango-1.16.4/pango/opentype/harfbuzz-dump-main.c:264: undefined reference to `FT_Done_Face'
/pango-1.16.4/pango/opentype/harfbuzz-dump-main.c:267: undefined reference to `FT_Done_FreeType'
./.libs/libharfbuzz-1.a(harfbuzz-gpos.o): In function `HB_Load_GPOS_Table':
/home/shilpasingh/pango-1.16.4/pango/opentype/harfbuzz-gpos.c:168: undefined reference to `FT_Load_Glyph'
collect2: ld returned 1 exit status
make[4]: *** [harfbuzz-dump] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 
can anyone help please
any help will be greatly appreciated , Thanks in advance
______________________________________________________________________


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]