Rationale of -rpath-link

自闭症网瘾萝莉.ら 提交于 2019-12-12 13:19:43

问题


I am using -rpath-link with ld when creating a shared library that needs some symbols from other shared library that is not in a default place (for example, if I am creating it as part of my build process).

My question is, why isn't the -L option allowed to have this functionality? why does ld need an extra option to do this?

来源:https://stackoverflow.com/questions/38528878/rationale-of-rpath-link

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!