2019-04-06

a文件

库是预编译的目标文件(object files)的集合,它们可被链接进程序。静态库以后缀为‘.a’的特殊的存档文件(archive file)存储。

a文件转so文件:https://blog.csdn.net/vcwanglailing/article/details/73369210

2020-09-12

ldconfig -p 可以查到目前在搜索列表里面的a库和so库。

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
猜你喜欢
  • 2022-01-09
  • 2023-02-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-11-12
  • 2021-12-19
相关资源
相似解决方案