Questions tagged [redhat-dts]

For issues related to the use of Red Hat Developer Toolset.

Get the latest stable versions of GCC (C, C++, Fortran), GDB, SystemTap, and other essential development tools. Compiled applications are upwards compatible to run across Red Hat Enterprise Linux versions. Red Hat Developer Toolset is a part of a Red Hat Enterprise Linux subscription.

Click here for free development subscription, which allows you to download Red Hat Enterprise Linux with Developer Toolset (DTS) for development use: https://developers.redhat.com/downloads/

5 questions
20
votes
3 answers

How to install GCC/G++ 8 on CentOS

I'm used to install packages on Debian/Ubuntu distributions, but now I need to install gcc and g++ version 8.*. There is only version 4.* in CentOS repositories. What's the correct way to install them manually?
Eenoku
  • 2,741
  • 4
  • 32
  • 64
12
votes
1 answer

-D_GLIBCXX_USE_CXX11_ABI=1 ineffective for devtoolset-7 on CentOS 7

Recently, I noticed that my program has a big performance regression because the standard library implementation of gcc with version earlier than 5 makes list::size() an O(n). I'm using CentOS 7.2 whose default gcc version is 4.8.5. So I installed…
user1559521
  • 171
  • 1
  • 6
10
votes
2 answers

Enabling "Software collections". RedHat developer toolset

I just found out that RedHat provides this "Developer toolset" which allows me to install (and of course use) the most up-to-date gcc-4.7.2. I use it on Centos, but the process is the same. Once installed, you can start a new bash session with this…
Alejandro
  • 1,064
  • 1
  • 8
  • 22
6
votes
1 answer

RedHat devtoolset - implications for distributing compiled code

I'm running CentOS 6.4 and need a later version of the C++ compiler to build my development tools (Qt Creator in this case). I'm unclear on the implications of using devtools and I'm hoping someone can explain. If I compile programs using devtools,…
TSG
  • 4,242
  • 9
  • 61
  • 121
1
vote
1 answer

Deploying multiple versions of Red Hat Developer Toolset to multiple RHEL version

Can I deploy multiple versions of Red Hat Developer Toolset to multiple versions of Red Hat Enterprise Linux?
user2879327