how linux find dynamic lib?

1.LD_LIBRARY_PATH环境变量
2.system default path:
linux:
file: /etc/ld.so.conf
trusted directories: /lib  /usr/lib
通过命令ldconfig 来设置:
http://linux.die.net/man/8/ldconfig
solaris:
file: /var/ld/ld.config
crle command:
http://docs.sun.com/app/docs/doc/819-2239/crle-1?a=view
3.write rpath to binary(在编译的时候通过rpath来将寻找链接库的路径写道binary):
LD_RUN_PATH环境变量
-R gcc的参数

 

如果找到include文件的:

gcc首先查找-I选项指定的目录,然后查找系统的头文件目录(通常是/usr/include);

而对于用引号包含的头文件,gcc首先查找包含头文件的.c文件所在的目录,然后查找-I选项指定的目录,然后查找系统的头文件目录。

参见:

http://www.eyrie.org/~eagle/notes/rpath.html
http://learn.akae.cn/media/ch20s04.html
http://www.yolinux.com/TUTORIALS/LibraryArchives-StaticAndDynamic.html
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值