1. error: *** No iconv() implementation found in C library

solution: 

        编译libiconv



2. 编译libiconv时会碰到诸多语法错误

solution:

        请于./configure后加入

               gl_cv_header_working_stdint_h=yes

        配置项。

相关文章:

  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
相关资源
相似解决方案