search for: setgcc

Displaying 2 results from an estimated 2 matches for "setgcc".

Did you mean: setcc
2016 Nov 18
3
SCL devtoolset-3 or 4 without eclipse?
Is there a way to install devtoolset packages without the bloat of eclipse? I just want the new compiler and toolchain, not a big IDE. BTW devtoolset-3 dependencies are broken in yum with C6 yum install devtoolset-3 ... ---> Package devtoolset-3-perftools.x86_64 0:3.1-12.el6 will be installed --> Processing Dependency: devtoolset-3-dyninst for package:
2016 Nov 18
0
SCL devtoolset-3 or 4 without eclipse?
...e default gcc compiler. When you want to use the gcc from $HOME/gcc540 you must *SOURCE* the following commands. Put them in a *PLAIN TEXT* file. Do *NOT* set it executable or begin it with "#!/bin/bash". Think of it as an "include file for bash". If the file is named "setgcc", then execute it like so at the start of your build script... ############################################################# . setgcc ############################################################# The commands in the file, to run gcc from $HOME/gcc540 would be #############################...