gpt4 book ai didi

c - C 中幂函数的未定义引用错误

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

<分区>

Possible Duplicate:
Problem using pow() in C
Undefined reference to pow&#39; andfloor'

我使用的是 gcc 4.6.1。

代码片段:

int main(void)
{

int x= 2;
int y = pow(3,x);
printf("%d\n",y);

return 0;
}

航站楼:

avinash@titanic:~/Desktop/DSF$ gcc power.c -o power
/tmp/ccTJ7vAH.o: In function `main':

power.c:(.text+0x25): undefined reference to `pow'
collect2: ld returned 1 exit status

如果我将 x 替换为 2,那么它将以预期的方式执行。 pow 函数不接受变量作为参数吗?

注意:我在源文件中包含了 stdio.h 和 math.h。

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