gpt4 book ai didi

linux - 在 gcc 搜索路径的末尾添加路径

转载 作者:IT王子 更新时间:2023-10-29 00:26:37 29 4
gpt4 key购买 nike

我可以看到可以使用 -I 标志将路径添加到 gcc 搜索路径。但是,当使用 -v 时,我可以看到首先搜索路径。

无论如何我可以在最后搜索到我添加的搜索路径吗?

最佳答案

-idirafter 选项允许您指定一个包含目录,仅在所有常规 -I 目录和标准系统目录之后考虑。这记录在这里:

https://gcc.gnu.org/onlinedocs/cpp/Invocation.html#Invocation

-idirafter dir

Search dir for header files, but do it after all directories specified with -I and the standard system directories have been exhausted. dir is treated as a system include directory. If dir begins with =, then the = will be replaced by the sysroot prefix; see --sysroot and -isysroot.

关于linux - 在 gcc 搜索路径的末尾添加路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25174930/

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