gcc编译文件失败,提示undifined reference to“函数名”。原因是连接相应的库文件失败,如何连接库文件?

 我来答
veket_linux
2011-12-20 · TA获得超过4092个赞
知道大有可为答主
回答量:3809
采纳率:0%
帮助的人:4511万
展开全部
把代码和命令贴上
更多追问追答
追问
#include 
#include

int main(void)
{
int i;
cups_dest_t *dests, *dest;
int num_dests = cupsGetDests(&dests);

for (i = num_dests, dest = dests; i > 0; i --, dest ++)
{
if (dest->instance)
printf("%s/%s\n", dest->name, dest->instance);
else
puts(dest->name);
}

return (0);
}
追答
你确定的编译命了正确 

google了一下 这是 *uinx上的打印管理服务
http://www.cups.org/documentation.php/api-overview.html

Compiling with GCC
From the command-line, create a file called sample.c using your favorite editor and then run the following command to compile it with GCC and run it:

编译命令为
gcc -o simple `cups-config --cflags` simple.c `cups-config --libs`

也就是 gcc命令中 要用到 cups-config命令输出的 头文件和lib文件的路径

./simple
The cups-config command provides the compiler flags ("cups-config --cflags") and libraries ("cups-config --libs") needed for the local system

要有装 cups-config 工具 和 cups库
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
浙江启扬智能科技有限公司
2023-06-12 广告
Linux 嵌入式系统中,USB 启动模式能够烧写 ARM 的 uboot 的原因主要有以下几个方面:1. USB 启动模式相对于传统的 BIOS 启动模式来说,具有更高的兼容性和灵活性,可以支持更多的硬件设备和操作系统。2. USB 启动... 点击进入详情页
本回答由浙江启扬智能科技有限公司提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式