zlib, harsh compiler warnings and configure test

前端 未结 3 1602
北海茫月
北海茫月 2021-01-18 11:10

I\'m trying to compile zlib from the command line, and I\'m getting this message when using -Wall -Wextra -Wconversion (full cross-compile script is below):

3条回答
  •  一个人的身影
    2021-01-18 11:33

    My problem was:
    cc1: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory

    Search for details in configure.log.

提交回复
热议问题