c语言相关概念
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库。
posted on 2019-04-06 10:42 angelshelter 阅读(110) 评论(0) 编辑 收藏 举报