搜索

此内容没有您所选择的语言版本。

2.9.2. Other Path Redefinitions

download PDF
CPATH
The CPATH environment variable specifies include paths for the GCC compiler to use. Include the following in the enable scriptlet to redefine the environment variable:
export CPATH="%{_includedir}\${CPATH:+:\${CPATH}}"
INFOPATH
The INFOPATH environment variable specifies directories that contain Info files. Include the following in the enable scriptlet to redefine the environment variable:
export INFOPATH="%{_infodir}\${INFOPATH:+:\${INFOPATH}}"
LD_LIBRARY_PATH
The LD_LIBRARY_PATH environment variable specifies the location of libraries. For more information, see Section 3.5, “Software Collection Library Support”.
Include the following in the enable scriptlet to redefine the environment variable:
export LD_LIBRARY_PATH="%{_libdir}\${LD_LIBRARY_PATH:+:\${LD_LIBRARY_PATH}}"
LIBRARY_PATH
The LIBRARY_PATH environment variable specifies the location of special linker files or ordinary libraries for GCC to use. Include the following in the enable scriptlet to redefine the environment variable:
export LIBRARY_PATH="%{_libdir}\${LIBRARY_PATH:+:\${LIBRARY_PATH}}"
MANPATH
The MANPATH environment variable specifies the location of man pages. For more information, see Section 3.7, “Software Collection MANPATH Support”.
Include the following in the enable scriptlet to redefine the environment variable:
export MANPATH="%{_mandir}:\${MANPATH:-}"
PATH
The PATH environment variable specifies the location of binary files. Include the following in the enable scriptlet to redefine the environment variable:
export PATH="%{_bindir}:%{_sbindir}\${PATH:+:\${PATH}}"
PCP_DIR
The PCP_DIR environment variable specifies the location of files and directories used by PCP. Include the following in the enable scriptlet to redefine the environment variable:
export PCP_DIR="%{_scl_root}"
PKG_CONFIG_PATH
The PKG_CONFIG_PATH environment variable specifies the location of .pc files used by the pkg-config program. For more information, see Section 3.6, “Software Collection .pc Files Support”.
Include the following in the enable scriptlet to redefine the environment variable:
export PKG_CONFIG_PATH="%{_libdir}/pkgconfig\${PKG_CONFIG_PATH:+:\${PKG_CONFIG_PATH}}"
XDG_CONFIG_DIRS
The XDG_CONFIG_DIRS environment variable specifies the location of desktop configuration files according to the freedesktop.org specification. Include the following in the enable scriptlet to redefine the environment variable:
export XDG_CONFIG_DIRS="%{_sysconfdir}/xdg:\${XDG_CONFIG_DIRS:-/etc/xdg}"
XDG_DATA_DIRS
The XDG_DATA_DIRS environment variable specifies the location of desktop data files according to the freedesktop.org specification. It is used in some Software Collections to locate the Software Collection-specific scripts or to enable bash completion.
Include the following in the enable scriptlet to redefine the environment variable:
export XDG_DATA_DIRS="%{_datadir}:\${XDG_DATA_DIRS:-/usr/local/share:%{_root_datadir}}"
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.