gpt4 book ai didi

c++ - 如何找到我应该使用的库名称

转载 作者:太空宇宙 更新时间:2023-11-04 01:45:53 24 4
gpt4 key购买 nike

在使用pow 时,我必须在gcc 命令中添加-lm。有一天,我在学习 linux 线程时,看到必须在 gcc 命令中添加 -lpthread。我知道可能无法通过函数名找到库名。但是有没有办法找到我应该添加的库名称?也许通过标题的名称?现在我知道的唯一方法是搜索其他人的经验。

最佳答案

查看文档; man pow 你会读到

Link with -lm.

对于 man pthread_yield 你会读到

Compile and link with -pthread.

这样的文档不是每次都存在的;您可能还需要查看其他地方(例如 pdf、信息页面、网站)。

关于c++ - 如何找到我应该使用的库名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53896275/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com