64bit - Building freetype2. libfreetype.a is not produced -
i'm trying build freetype2. i'm using fedora 17 under x64 architecture. when invoke make command in freetype source directory, libfreetype.la (along object files) produced. why i'm missing libfreetype.a ?
on ubuntu 11.10 , 32-bit architecture, i've compiled same , got libfreetype.a. there special procedure in x64 architectre?
just safe, delete entire folder , uncompress package know dealing original files. following:
./configure --enable-static make this produce static library.
Comments
Post a Comment