On 3/6/19 10:30 AM, Short, Ron wrote: > Is there a newer version of gcc++ available for RHEL 7.6. Need at least > version 5+ to build a utility, SciTE. The "standard" RHEL 7.6 release > only contains gcc-c++-4.8.5-36.el7.x86_64. > > The makefile calls out the use of the c++17 features. > Your best bet would be DTS 8 which has gcc-8. It's free to Red Hat customers and produces executables and DSOs which will run on RHEL 7.x systems without the need to distribute any C++ runtime library bits. Alternately you could just download and build GCC yourself, but the executables/DSOs you create will have a runtime dependency on the libstdc++ you just built. jeff