Installing Glang for C++ 20 in Centos 7

General support questions
Post Reply
ramboid2022
Posts: 1
Joined: 2022/12/01 13:48:37

Installing Glang for C++ 20 in Centos 7

Post by ramboid2022 » 2022/12/01 13:53:20

How can I install Clang for C++20 in Centos 7? I have not found a link to download an installation rpm for this version of C++. I would appreciate you comments. Thank you.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Installing Glang for C++ 20 in Centos 7

Post by TrevorH » 2022/12/01 17:32:46

The latest clang available for el7 is

llvm-toolset-7.0-clang.x86_64 7.0.1-1.el7 centos-sclo-rh

If that is not new enough then, sorry, you're out of luck.

CentOS 7 is from 2014 so most of the packages available for it are of a similar vintage. It's on life support until 2024.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply