On Sun, 4 Jul 2010 22:04:45 +0530
>Hi mpsuzuki,
> Thanks for your reply. I am following below mentioned configuration
>./configure \
> --host="mipsel-linux" \
> --build=i686-linux \
> --prefix=/root/freetype2/bins \
> --enable-shared \
> --disable-static
>
>with above configuration i am able to compile freetype-2.3.5 successfully.
Hmm, it looks good, I want to have more detailed info.
Could you send me config.log and the command log when
you execute "make"? The command log can be logged by
"make 2>&1 | tee make.log" (on Bourne-shell families).
Regards,
mpsuzuki