Hi, On Mon, 21 Aug 2006 19:49:39 +0800 "littertiger" <[EMAIL PROTECTED]> wrote: >When I cross compile directfb,I found it needs FreeType 2. >so I donloaded it, and cross compile it. >My cross compiler is arm_v4t_le-gcc. I type the following cmd in >FreeType2 source path: CC=arm_v4t_le-gcc ./configure --host=arm-linux; >make It seems it prodused a arm format program apinames, and execute >it, then errors.
Ah, cross-building on Unix systems in freetype-2.2.x is temporarily broken at present, I will fix it within 1 or 2 months. Please try freetype-2.1.10 which can be built without apinames. # apinames is a tool to hide internal symbols from public. Regards, mpsuzuki _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
