源码网址:

http://sourceforge.net/projects/infozip/files/

交叉编译zip

交叉编译: 

修改zip30/unix/Makefile

交叉编译zip

编译指令: make -f unix/Makefile generic

编译会有报错:

 

交叉编译zip

解决方法: wcrtomb 替换 wctomb

交叉编译zip

如此编译成功

相关文章: