我可以自动查找基于头文件(gcc)链接时使用的 -l 参数吗?

发布于 2024-08-28 13:13:55 字数 237 浏览 5 评论 0原文

通常,在链接静态库时,我必须指定库目录和 libX.so(或其符号链接)的名称作为链接的 -lX 标志 [及其带有 -L 标志的目录]。

我可以仅根据我的头文件(c/c++)自动执行此操作吗?或者也许这不是一个好主意?有没有自动定位-L-l参数的软件?在流行的 Linux 系统甚至 cygwin 上,是否有一些表存储在系统上的某个位置?

Normally when linking against a static library, I have to specify a library directory and the name of a libX.so (or its symbolic link) as -lX flag for linking [and its directory with -L flag].

Can I automate this based on my header files (in c/c++) only? Or maybe it is not a good idea? Is there a software for locating the -L and -l parameters automatically? Is some table stored somewhere on the system about this on popular linux systems or even cygwin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久伴你 2024-09-04 13:13:55

您应该使用 pkg-config。

You should use pkg-config.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文