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

devtoolset-10,undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'

/usr/bin/cmake -E cmake_link_script CMakeFiles/YikeSim.dir/link.txt --verbose=1 /data/mpich/bin/mpic++ -Wl,--rpath=./shared_lib/linux -std=c++17 -g -O3 -mavx -fopenmp -Wall -D CMAKE_COMPILE -L /usr/lib64 …
yhj
  • 1
  • 1
0
votes
1 answer

How to install devtoolset-11 on Centos 8 Stream

I'd like to use devtoolset-11 on Centos Stream 8, but can't find any information on whether the Software Collection repositories are available for Centos Stream. The usual dnf install centos-release-scl doesn't work which previously for Centos 7…
jiopaley
  • 126
  • 1
  • 7
0
votes
2 answers

Can not find required gcc version after devtoolset installation

I am using Centos 7 with kernel 3.10.0 My current gcc version is 4.8.5 and I am trying to install gcc 7 or later versions. I have followed instructions from How to install GCC/G++ 8 on CentOS When I try scl enable devtoolset-8 -- bash, it…
Misbah
  • 1
  • 3
0
votes
1 answer

how to youtube api data to print in toolset metabox using a button click before save-post

i create a metabox with 'import' button in post.php. Also, ready for youtube api data code. but i need, 'when i click 'import' button to run youtube api data function and the values are print in toolset custom fields metabox before i publish or…
mrpuyal
  • 9
  • 3
0
votes
1 answer

meson gcc path configuration

Hi in my project I configure the gcc to be used by the option meson build --cross-file mygcc.txt in the file mygcc.txt I set the gcc commands needed: [binaries] c = '/usr/bin/gcc' cc = '/usr/bin/gcc' cpp = '/usr/bin/g++' ar =…
Mariano
  • 240
  • 3
  • 15
0
votes
1 answer

How to install Python3 and GCC 7 in the same SCL shell?

I am trying to install graph-tool on a RHEL7 within a virtual environment; it uses both, Python 3 and gcc 7 or above. I am unable to use both of them within the same scl bash shell. [root@ ~]# scl enable rh-python36 bash [root@ ~]# python -V Python…
sfusato
  • 41
  • 5
0
votes
1 answer

stack-protector enabled but compiler support broken while installing VirtualBox Guest Additions with devtoolset-8

Note: This problem, which I have already solved, is a very different problem from every other similar question on Stack Overflow. I have posted this question and answer in the hopes that it will help someone else experiencing the same issue (or so…
0
votes
2 answers

Recursive Make passes incorrect -j argument

I'm running make (GNU Make 3.82) with a recursive Makefile. I'm running make -j2 in order to spawn only 2 processes in parallel. The internal Makefile is called with $(MAKE). However, it looks like the internal Makefile (which was started by the…
Amir Gonnen
  • 3,525
  • 4
  • 32
  • 61
0
votes
0 answers

How to use devtoolset in autotools

I want to enable devtoolset-9 from autotools i.e. from configure.ac. I need to do this as I am using gcc 4 and gcc 9 both for the compilation. I know the option scl enable devtoolset-9 'make' but want a mechanism to enable it from configure…
Amrit
  • 319
  • 1
  • 2
  • 9
0
votes
1 answer

Failed to Build Boost With devtoolsets-8-gcc?

I tried to build Boost 1.71.0: sudo ./bootstrap.sh --prefix=/opt/boost -with-toolset=gcc And it gave: Building Boost.Build engine with toolset gcc... Failed to build Boost.Build build engine Consult 'bootstrap.log' for more details $ cat…
HCSF
  • 2,387
  • 1
  • 14
  • 40
0
votes
1 answer

CMake uses gcc from devtoolset but links against wrong libgcc and libstd++

I have a project with CMake, devtoolset-6 and standart gcc 4.8.2 installed. CMake correctly finds correct gcc: -- The C compiler identification is GNU 6.2.1 -- The CXX compiler identification is GNU 6.2.1 -- Check for working C compiler:…
w00drow
  • 468
  • 2
  • 11
0
votes
0 answers

Can't figure out how to use newer version of g++ in Centos 6 Docker image

I have a Docker image that is used for running tests in Jenkins and Bamboo. I need to upgrade the version of g++ used (to something with C++11 support). I tried using a Dockerfile that looks roughly like the following one: FROM…
CoffeeTableEspresso
  • 2,614
  • 1
  • 12
  • 30
0
votes
1 answer

Jenkins cannot find g++

I am learning all of these new technologies. I have a home server for private development with latest version of centos 7.6 (minimal installation). I am trying to keep the server as light as possible. I have installed jenkins (v2.164.2) and it is up…
Marc
  • 11
  • 4
0
votes
1 answer

Build Devtoolset 7 gcc with "--enable-vtable-verify"

I have devtoolset7 packages installed in my machine…
user1918858
  • 1,202
  • 1
  • 20
  • 29
0
votes
1 answer

Failure Compiling nginx 1.13.8 With devtoolset-3

I am getting the following error when trying to compile nginx. I have not been able to find any devtoolset-3 rpm that includes the library for -luuid. Any suggestions? /opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.1/ld: cannot…