gpt4 book ai didi

在带有 header 的 Mac 终端中编译 C 文件

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

抱歉我的英语不好。

我想在mac终端编译一个c文件名:"test.c"和头文件名称:“mylib.h”。我该怎么做。

最佳答案

尝试做:

gcc test.c -lmylib -o mycompiledtest

假设 .h 文件与 .c 文件位于同一文件夹中,并且如果您有一个名为“mylib”的库(mylib.h 文件存在),您应该包括它在 gcc 行中的 -l 位之后

More information about gcc found here .

如果找不到适合您的 gcc,请尝试从 Developer Tools download page 中的“命令行工具”安装程序进行安装。 (您需要使用您的 Apple ID 登录)。

关于在带有 header 的 Mac 终端中编译 C 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41420629/

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