当前位置: 技术问答>linux和unix
在编译的时候,rpath怎么使用阿?
来源: 互联网 发布时间:2016-04-15
本文导语: 如题。 我的知道-L...可以指定查找的目录,但是我在前面-L添加了一个目录之后,编译还是提示找不到一个库文件。。。 -rpath怎么什用阿。。谢谢 | -I | -I is to find the head...
如题。
我的知道-L...可以指定查找的目录,但是我在前面-L添加了一个目录之后,编译还是提示找不到一个库文件。。。
-rpath怎么什用阿。。谢谢
我的知道-L...可以指定查找的目录,但是我在前面-L添加了一个目录之后,编译还是提示找不到一个库文件。。。
-rpath怎么什用阿。。谢谢
|
-I
|
-I is to find the head file directory.
you should use -l to find your library, because you have been get the right directory by -L.
you should use -l to find your library, because you have been get the right directory by -L.