/usr/local/lib/libz.a: could not read symbols: Bad value
时间:2014-05-02 23:50:23
收藏:0
阅读:397
64位系统中,安装freetype时,出现这个问题。后来发现,此问题进出现在64位系统中。
修复方法:
cd zlib-1.2.3 //进入zlib目录 CFLAGS="-O3 -fPIC" ./configure //使用64位元的方法进行编译 make make install
然后,进入freetype目录中
make clean ./configure --prefix=/usr/local/freetype/ make && make install
/usr/local/lib/libz.a: could not read symbols: Bad value,布布扣,bubuko.com
评论(0)