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
时间: 2024-10-03 22:33:48