gpt4 book ai didi

c++ - g++ 使用自定义头文件编译

转载 作者:行者123 更新时间:2023-11-30 00:59:37 24 4
gpt4 key购买 nike

我想使用头文件,其包含为 #include <custom.h>

如何使用 custom.h 头文件编译它?

我试过了 -I /path/to/custom.h , 但它给我的错误是它不是一个目录..

最佳答案

-I /path/to

这将能够找到该目录中的所有 header 。

在 man gcc 中,搜索(在寻呼机中使用/)“-I dir”:

-I dir

Add the directory dir to the list of directories to be searched for header files. Directories named by -I are searched before the standard system include directories. If the directory dir is a standard system include directory, the option is ignored to ensure that the default search order for system directories and the special treatment of system headers are not defeated. If dir begins with "=", then the "=" will be replaced by the sysroot prefix; see --sysroot and -isysroot.

关于c++ - g++ 使用自定义头文件编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4067302/

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