gpt4 book ai didi

c - GCC 链接一个目录

转载 作者:太空宇宙 更新时间:2023-11-04 02:05:48 25 4
gpt4 key购买 nike

<分区>

我想用 gcc 编译器编译一个 .c 脚本。但我需要链接一个文件和一个目录。我需要链接文件 python3.lib 和目录 D:\Python33\include。但是链接器不起作用,这里是我的代码:

gcc main.c -lpython3 -l D:\Python33\include

错误:

main.c:1:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.

怎么了?谢谢你的帮助!

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