gpt4 book ai didi

c++ - 链接错误 : undefined reference to `avahi_alternative_service_name'

转载 作者:行者123 更新时间:2023-11-28 00:53:33 26 4
gpt4 key购买 nike

我知道我需要在库中找到这个符号。我正在尝试编译基于 avahi 的测试代码来查看服务。但是我得到了 undefined reference toavahi_alternative_service_name'`.. 我不知道哪个库包含这个,我正在运行 UBUNTU 12.04。我尝试安装几个包但没有成功..任何想法谢谢..

我安装了以下软件包

dpkg --get-selections | grep avahi
avahi-autoipd install
avahi-daemon install
avahi-utils install
libavahi-cil-dev install
libavahi-client-dev install
libavahi-client3 install
libavahi-client3:i386 install
libavahi-common-data install
libavahi-common-data:i386 install
libavahi-common-dev install
libavahi-common3 install
libavahi-common3:i386 install
libavahi-core7 install
libavahi-glib-dev install
libavahi-glib1 install
libavahi-gobject0 install
libavahi-ui-dev install
libavahi-ui-gtk3-0 install
libavahi-ui0 install
libavahi1.0-cil install

命令
gcc -fpermissive testAvahi.c -o testAvahi

最佳答案

实际上需要定位库,然后需要将它们传递给链接器,所以下面的命令对我有用

gcc -fpermissive testAvahi.c -o testAvahi -L/usr/lib/x86_64-linux-gnu/-lavahi-client -lavahi-common

关于c++ - 链接错误 : undefined reference to `avahi_alternative_service_name' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12712203/

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