当前位置:网站首页>编译,连接 -- 笔记 -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
边栏推荐
- UNIPRO Gantt chart "first experience": multi scene exploration behind attention to details
- Reflex WMS中阶系列3:显示已发货可换组
- Windows Server 2016 standard installing Oracle
- Delete external table source data
- E-book CHM online CS
- Map of mL: Based on the adult census income two classification prediction data set (whether the predicted annual income exceeds 50K), use the map value to realize the interpretable case of xgboost mod
- 【每日一题】729. 我的日程安排表 I
- Changes in the number of words in English papers translated into Chinese
- Day 245/300 JS forEach 多层嵌套后数据无法更新到对象中
- ROS2安装及基础知识介绍
猜你喜欢

18.多级页表与快表

How to do a good job in financial literature translation?

Basic commands of MySQL
![[brush questions] how can we correctly meet the interview?](/img/89/a5b874ba4db97fbb3d330af59c387a.png)
[brush questions] how can we correctly meet the interview?

Do you really know the use of idea?

云服务器 AccessKey 密钥泄露利用

Entity Developer数据库应用程序的开发

Brief introduction to the curriculum differences of colleges and universities at different levels of machine human major -ros1/ros2-

My seven years with NLP

How much is it to translate Chinese into English for one minute?
随机推荐
Apache DolphinScheduler源码分析(超详细)
一文读懂简单查询代价估算
Erreur de type résolue avec succès: type de données « catégorie» non sous - jacente
详解SQL中Groupings Sets 语句的功能和底层实现逻辑
It is necessary to understand these characteristics in translating subtitles of film and television dramas
《从0到1:CTFer成长之路》书籍配套题目(周更)
Bitcoinwin (BCW): 借贷平台Celsius隐瞒亏损3.5万枚ETH 或资不抵债
Blue Bridge Cup zero Foundation National Championship - day 20
机器学习植物叶片识别
LeetCode每日一题(1870. Minimum Speed to Arrive on Time)
Pallet management in SAP SD delivery process
【Hot100】739. 每日温度
Market segmentation of supermarket customers based on purchase behavior data (RFM model)
[advanced software testing step 1] basic knowledge of automated testing
攻防世界 MISC中reverseMe简述
Attributeerror: can 't get attribute' sppf 'on < module' models. Common 'from' / home / yolov5 / Models / comm
Financial German translation, a professional translation company in Beijing
[Yu Yue education] flower cultivation reference materials of Weifang Vocational College
Reflex WMS medium level series 3: display shipped replaceable groups
Reflex WMS中阶系列3:显示已发货可换组