[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] about freetype-1.3.1 compile issue
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] about freetype-1.3.1 compile issue |
Date: |
Tue, 21 Feb 2006 07:01:23 +0100 (CET) |
> How do you compile static library libttf.a for ARM7?
>
> our arm7 platform run linux 2.4,
>
> our cross compiler is arm-linux-uclibc-(3.4.2 version)!
Why do you need FreeType 1.3? Due to the modular design of FreeType
2.x you probably get a smaller library because you can deactivate all
unneeded stuff. Besides this, version 1.x is no longer supported.
> I download freetype-1.3.1.tar.gz, and uncompress it,
>
> cd freetype-1.3.1
>
> ./configure --disable-shared --enable--static
>
> then make
>
>
> it can produce libttf.a in the lib/.libs directory!
>
> but how can I configure for my embedded arm7 system?
Normally this is controlled with the --host, --build, and --target
options of the configure script. I can't remember whether version 1.x
supports cross compiling.
Werner