gpt4 book ai didi

c - 如何为 C/C++ 构建和使用 Sigar?

转载 作者:行者123 更新时间:2023-11-30 15:26:24 27 4
gpt4 key购买 nike

由于他们的 wiki 或 Github 上没有说明,这就是我尝试过的:

  1. 克隆 the git repository
  2. 制作
  3. 运行examples/cpuinfo.c:

cd 示例/

gcc -Wall -I../include -L../build-src -lsigar cpuinfo.c

它给了我:

cpuinfo.c:(.text+0x20): undefined reference to `sigar_open'
cpuinfo.c:(.text+0x33): undefined reference to `sigar_cpu_list_get'
cpuinfo.c:(.text+0x4d): undefined reference to `sigar_strerror'
cpuinfo.c:(.text+0xff): undefined reference to `sigar_cpu_list_destroy'
cpuinfo.c:(.text+0x10b): undefined reference to `sigar_close'

我必须将其链接到什么才能解决这些错误?

最佳答案

-lsigar 移至列表末尾,位于 cpuinfo.c 之后

关于c - 如何为 C/C++ 构建和使用 Sigar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27378584/

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