Questions tagged [devtoolset]

Developer Toolset Software Collection for Red Hat Enterprise Linux and its derivates.

Developer Toolsets provides updated versions of the GNU Compiler Collection, GNU Debugger and other development tools for use on CentOS or Red Hat Enterprise Linux. They are released using optional Software Collections.

68 questions
0
votes
0 answers

Upgrade G++ to which minimum version for Centos 6 compatibility

Our large legacy app compiles with g++ 4.4.7 within 32-bit Centos-6. However, I'd like to use Address Sanitizer to trouble shoot a problem with glibc corruption; MALLOC_CHECK_ not working but g++ 4.4.7 doesn't support Address Sanitizer. I installed…
Danny
  • 2,482
  • 3
  • 34
  • 48
0
votes
0 answers

MSBuild for VS 2015

I have VS 2010 and VS 2015 installed in my machine. I have a props file at global level. If I mention the v140
0
votes
1 answer

How to install downloaded devtoolset-6 rpms?

6158304 Jun 1 01:55 devtoolset-6-binutils-2.27-10.el6.1.x86_64.rpm 906716 Jun 1 01:55 devtoolset-6-binutils-devel-2.27-10.el6.1.i686.rpm 852324 Jun 1 01:55 devtoolset-6-binutils-devel-2.27-10.el6.1.x86_64.rpm 4836 Mar 1 09:11…
Lavakusa
  • 105
  • 1
  • 15
0
votes
1 answer

Compiling for nodejs v4 on centos 6.8

I'm having issues installing nodejs libraries that require compilation on centos 6.8. looks like node v4 dependencies should be compiled with newer version of gcc-c++. I installed devtoolset v3 as suggested in numerous posts, to be able to use…
ilj
  • 859
  • 8
  • 18
0
votes
1 answer

g++ in red hat devtoolset-3 cannot find -lelf

Hi I'm running devtoolset-3 on centos 6.5. When I run g++, ld fails because it can't find -lelf I compiled with the -v flag to find the library path g++ is using to find libraries, and have moved libelf.so into each of these folders however it is…
Trevor Aron
  • 179
  • 1
  • 11
0
votes
1 answer

__cxa_demangle fails on rhel6 (centos6) with devtoolset-4 gcc-5.2

I've made an attempt at the minimal test case. This case passes on rhel-7 with devtoolset-4 (gcc-5.2), and fails under rhel-6. Status -2 indicates "mangled_name is not a valid name under the C++ ABI mangling rules."…
Hal
  • 1,061
  • 7
  • 20
0
votes
1 answer

scons still failed after setup env

I am using scons 1.2 on Centos 5, with devtoolset-1.1, devtoolset-1.1 root path locate at /opt/centoss/devtoolset-1.1/. I added devtoolset binary path to PATH variable, this is what I have [secmask@localhost scons-lab]$ echo…
secmask
  • 7,649
  • 5
  • 35
  • 52
-2
votes
2 answers

Installing gcc on linux

How to install gcc version 4.8 on centos or scientific linux operating systems which require yum for installing. I tried to download gcc from https://ftp.gnu.org/gnu/gcc/gcc-4.8.2/ and then ran ./configure and then make. After running make it gives…
Steg Verner
  • 893
  • 2
  • 12
  • 28
1 2 3 4
5