search for: gcc540

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

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?
...es ############################################################# Step 3) Build and install gcc. The flags and enabled languages you need may differ from mine, so check the "configure" parameters for your use case. I've enabled backwards compatability, and set it to install in $HOME/gcc540 so that the entire build+install process can be done as a regular user. Note that you *MUST NOT* run ./configure from the GCC source dir. ############################################################# mkdir gcc-5.4.0/gcc-build && cd gcc-5.4.0/gcc-build ../configure --prefix=$HOME/gcc540 \...