Hi,
I am getting the error while compiling pango for my cross platform.
It looks like the error is at test folder files in pango
Code:
/bin/sh ../libtool --tag=CC --mode=link powerpc-linux-gnu-gcc -g -O2 -Wall -lrt -o dump-boundaries dump-boundaries.o ../pango/libpango-1.0.la
powerpc-linux-gnu-gcc -g -O2 -Wall -o .libs/dump-boundaries dump-boundaries.o -lrt ../pango/.libs/libpango-1.0.so -lm -Wl,--rpath -Wl,/opt/gtkdfb/usr/local/lib
dump-boundaries.o: In function `fail':
/home/power/arief/pango-1.20.0/tests/dump-boundaries.c:39: undefined reference to `g_strdup_vprintf'
/home/power/arief/pango-1.20.0/tests/dump-boundaries.c:44: undefined reference to `g_free'
dump-boundaries.o: In function `main':
/home/power/arief/pango-1.20.0/tests/dump-boundaries.c:118: undefined reference to `g_setenv'
/home/power/arief/pango-1.20.0/tests/dump-boundaries.c:123: undefined reference to `g_file_get_contents'
dump-boundaries.o: In function `dump_text':
/home/power/arief/pango-1.20.0/tests/dump-boundaries.c:57: undefined reference to `g_utf8_validate'
Any suggestion will be helpful.
Thanks