Questions tagged [rhel-scl]

Red Hat Enterprise Linux Software Collections

The Red Hat Enterprise Linux Software Collections are documented here.

3 questions
22
votes
3 answers

Permanently enable RHEL scl

Is there a way to permanently enable custom Software Collections for RedHat? I have installed an scl to provide python27 in RHEL6 and don't want to have to enable the custom scl every time.
paweloque
  • 18,466
  • 26
  • 80
  • 136
1
vote
0 answers

RHEL 6 SCL script not sourcing for normal user

I'm using devtoolset-2 on a rhel 6.9 installation so I can use the gcc 4.8 version that devtoolset-2 offers. On a previous rhel 6.2 installation (on a VM) I was able to enable devtoolset-2's gcc by adding a script in /etc/profile.d/ to source…
cjameston
  • 199
  • 3
  • 11
1
vote
1 answer

Troubleshooting warning from "make -j N"

When I issue a command like (for example) make -j 4, I get the following error: warning: jobserver unavailable: using -j1. Add `+' to parent make rule I am using the developer toolkit from Scientific Linux 6 under RHEL6: $ gcc -v Using built-in…
Alex Reynolds
  • 95,983
  • 54
  • 240
  • 345