[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] latest freetype compilation issues on Linux
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] latest freetype compilation issues on Linux |
Date: |
Mon, 5 Jul 2010 06:31:26 +0900 |
On Sun, 4 Jul 2010 22:04:45 +0530
anil v <address@hidden> wrote:
>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