> 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


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to