当前位置:网站首页>编译,连接 -- 笔记 -2
编译,连接 -- 笔记 -2
2022-07-06 06:46:00 【wishfly】
1 Linux操作系统上面的动态共享库大致分为三类
ldd nm strip strings readelf file查看信息_pao98pao的博客-CSDN博客
1、操作系统级别的共享库和基础的系统工具库 比方说libc.so, libz.so, libpthread.so等等,这些系统库会被放在/lib和/usr/lib目录下面,如果是64位操作系统,还会有/lib64和/usr /lib64目录。如果操作系统带有图形界面,那么还会有/usr/X11R6/lib目录,如果是64位操作系统,还有/usr/X11R6 /lib64目录。此外还可能有其他特定Linux版本的系统库目录。 这些系统库文件的完整和版本的正确,确保了Linux上面各种程序能够正常的运行。 2、应用程序级别的系统共享库 并非操作系统自带,但是可能被很多应用程序所共享的库,一般会被放在/usr/local/lib和/usr/local/lib64这两个目录下面。很多你自行编译安装的程序都会在编译的时候自动把/usr/local/lib加入gcc的-L参数,而在运行的时候自动到/usr/local /lib下面去寻找共享库。 以上两类的动态共享库,应用程序会自动寻找到他们,并不需要你额外的设置和担心。这是为什么呢?因为以上这些目录默认就被加入到动态链接程序的搜索路径里面了。Linux的系统共享库搜索路径定义在/etc/ld.so
边栏推荐
- 接口自动化测试实践指导(上):接口自动化需要做哪些准备工作
- 同事上了个厕所,我帮产品妹子轻松完成BI数据产品顺便得到奶茶奖励
- Entity Developer数据库应用程序的开发
- Blue Bridge Cup zero Foundation National Championship - day 20
- 万丈高楼平地起,每个API皆根基
- MySQL high frequency interview 20 questions, necessary (important)
- Simple query cost estimation
- 成功解决AttributeError: Can only use .cat accessor with a ‘category‘ dtype
- 因高额网络费用,Arbitrum 奥德赛活动暂停,Nitro 发行迫在眉睫
- Changes in the number of words in English papers translated into Chinese
猜你喜欢
[unity] how to export FBX in untiy
Chapter 7 - thread pool of shared model
Use shortcut LNK online CS
After sharing the clone remote project, NPM install reports an error - CB () never called! This is an error with npm itself.
Office-DOC加载宏-上线CS
The internationalization of domestic games is inseparable from professional translation companies
ROS学习_基础
利用快捷方式-LNK-上线CS
When my colleague went to the bathroom, I helped my product sister easily complete the BI data product and got a milk tea reward
After working for 10 years, I changed to a programmer. Now I'm 35 + years old and I'm not anxious
随机推荐
Entity Developer数据库应用程序的开发
How do programmers remember code and programming language?
MySQL high frequency interview 20 questions, necessary (important)
Lesson 7 tensorflow realizes convolutional neural network
Simple use of MySQL database: add, delete, modify and query
How effective is the Chinese-English translation of international economic and trade contracts
云上有AI,让地球科学研究更省力
Reflex WMS medium level series 3: display shipped replaceable groups
医疗软件检测机构怎么找,一航软件测评是专家
Day 246/300 ssh连接提示“REMOTE HOST IDENTIFICATION HAS CHANGED! ”
After working for 10 years, I changed to a programmer. Now I'm 35 + years old and I'm not anxious
自动化测试环境配置
机器人类专业不同层次院校课程差异性简述-ROS1/ROS2-
Office-DOC加载宏-上线CS
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
L'Ia dans les nuages rend la recherche géoscientifique plus facile
Pymongo gets a list of data
mysql的基础命令
19.段页结合的实际内存管理
详解SQL中Groupings Sets 语句的功能和底层实现逻辑