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.
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…
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…