/opt/rh/llvm-toolset-7/root/usr/bin/clang: Command not found

2020/04/06 19:17
阅读数 3.3K

# yum -y install centos-release-scl centos-release-scl-rh;
#yum -y install scl-utils scl-utils-build;
#yum -y install llvm-toolset-7;

# scl --list
devtoolset-7
llvm-toolset-7

# scl enable llvm-toolset-7 bash

# source /opt/rh/llvm-toolset-7/enable 

# lldb -version
lldb version 5.0.1

# which clang
/opt/rh/llvm-toolset-7/root/usr/bin/clang

# clang --version                   
clang version 5.0.1 (tags/RELEASE_501/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/rh/llvm-toolset-7/root/usr/bin

clang version 5.0.1 (tags/RELEASE_501/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/rh/llvm-toolset-7/root/usr/bin

展开阅读全文
加载中
点击加入讨论🔥(1) 发布并加入讨论🔥
1 评论
0 收藏
0
分享
返回顶部
顶部