View Single Post
Posts: 45 | Thanked: 3 times | Joined on May 2009 @ Beijing, China
#1
hi, all! I download source code of gpe-calendar from maemo repository and after running command 'autoreconf -fvi', './configure' and 'make', the following error occurs:

libtool: link: cannot find the library `/usr/lib/libpangoxft-1.0.la'
make[1]: *** [gpe-calendar] Error 1

the libtool library file 'libpangoxft-1.0.la' doesn't exist in my scratchbox environment, but the common library file 'libpangoxft-1.0.so.*' does exist. Is there any option to specify to use the '.so' instead of '.la' when running './configure'?

anyone know how to fix it? thanks!