similar to: Need to update gcc to version >=6 on CentOS 7 ?

Displaying 20 results from an estimated 2000 matches similar to: "Need to update gcc to version >=6 on CentOS 7 ?"

2019 Sep 11
4
Need to update gcc to version >=6 on CentOS 7 ?
$ sudo yum install devtoolset-7 Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirror.vcu.edu * epel: mirror.siena.edu * extras: mirror.vcu.edu * updates: mirror.vcu.edu No package devtoolset-7 available. Error: Nothing to do On Wed, Sep 11, 2019 at 12:17 PM Gordon Messmer <gordon.messmer at gmail.com> wrote: > > On 9/11/19 9:05 AM,
2017 Feb 06
3
GCC 4.9 in CentOS 7 ??
The following features of the C++11/C++14 standards are not supported by g++: * std::make_unique function (C++14) * digit separators (C++14) * binary literals (C++14) * generic lambdas (C++14) If you are using the GNU C compiler collection (gcc) then you need at least v4.9.x. configure: error: support for required C++11/C++14 features incomplete Is there by chance a compat package
2019 Dec 28
2
gcc 8/9 on CentOS 7
I am looking to make use of gcc 8/9 on CentOS 7, which is currently with gcc 4.8.5. How do I go about doing this? SCL repository provides the same as part of devtoolset8, but devtoolset8 libstdc++-devel i686 package is missing, without which I can not build 32 bit applications. Are there any repository sources from where I can get this? Otherwise, I am open to building the packages from sources.
2019 Dec 16
2
devtoolset8 libstdc++-devel i686 package
>From SCL repository, I installed devtoolset8 packages. However I was not able to locate devtoolset-8-libstdc++-devel.i686 package. Without this, I am unable to compile 32 bit programs. Where can I find one? Thanks in advance.
2017 Feb 06
1
GCC 4.9 in CentOS 7 ??
On Sun, 5 Feb 2017, Gordon Messmer wrote: > Yes. Use the software collections. > > https://www.softwarecollections.org/en/ > > https://www.softwarecollections.org/en/scls/rhscl/devtoolset-4/ There are three ways to utilize SCLs: a temporary subshell invoked with the scl utility, a session-long environment shift by sourcing the package's 'enable' script, or a
2020 Jan 03
2
gcc 8/9 on CentOS 7
> > You will need to use the devtoolset builds to do this: > > > There is a gcc 8 .. but not gcc 9 > > https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ > > I did install gcc 8 from devtoolset-8 (SCL repo). However I am unable to compile 32-bit programs because devtoolset-8-libstdc++-devel.i686 package is missing from CentOS SCL repository. This is
2015 Jun 29
4
CentOS 6 gcc is a bit old
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) is a bit old. There have been major changes since then. I'd like a newer version. If I have to, I expect that I can install from source. I'd rather not. Is there a CentOS 6-compatible repository from which I can get a newer version? Does a standard CentOS 7 repository have a newer version? Does a CentOS 7-compatible repository have a newer
2017 Dec 11
6
upgrading python
On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com> wrote: > On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote: > > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > >> On 05.12.2017 14:05, Larry Martell wrote: > >> > I am running CentOS 7 and I have python version: > >> > > >> >
2015 Jan 14
2
Red Hat Developer Toolset 3 for CentOS6?
Unfortunately, this is only for RHEL/CentOS 7, but it can also be found at: https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/ On Tue, Jan 13, 2015 at 1:39 AM, wwp <subscript at free.fr> wrote: > > On Tue, 13 Jan 2015 09:18:27 +0100 wwp <subscript at free.fr> wrote: > > > I could find the 1.1 and 2 repos gently provided by Tru Huynh, but quid > > of
2017 Dec 12
2
upgrading python
On Mon, Dec 11, 2017 at 4:32 PM, Larry Martell <larry.martell at gmail.com> wrote: > On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote: >> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com> >> wrote: >> >>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote:
2017 Dec 05
2
upgrading python
On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > On 05.12.2017 14:05, Larry Martell wrote: > > I am running CentOS 7 and I have python version: > > > > Python 2.7.5 (default, Sep 15 2016, 22:37:39) > > > > I need a newer version of 2.7 to pick up a bug fix. How can I do that > > (without breaking anything in CentOS)? > > you could use the
2015 Nov 23
2
httpd 2.3 or 2.4 repository for CentOS 6.X anywhere?
Hi is there a yum repository for httpd 2.3 or 2.4 for CentOS 6.X anywhere? Like remi for php/mysql? thanks Jobst -- f u cn rd ths, u cn gt a gd jb n cmptr prgmmng. [Anon] | |0| | Jobst Schmalenbach, jobst at barrett.com.au, General Manager | | |0| Barrett Consulting Group P/L & The Meditation Room P/L |0|0|0| +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia
2015 Jan 13
2
Red Hat Developer Toolset 3 for CentOS6?
Hi all, I could find the 1.1 and 2 repos gently provided by Tru Huynh, but quid of a v3 of the toolset? I've just found that Qt 5.4 requires what's shipped in this v3 (gcc 4.9.1, binutils 2.24) and would prefer installing those from a repo. If not, the sources will rule. Any hint? Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name:
2020 Jun 21
4
php 5.6 on CentOS 6
I am in the process of moving various apps and data off a CentOS 6 server to a new server running CentOS 7. As part of the migration process I need to upgrade an app and corresponding data files which requires php 5.6. I do have php 5.5 (and 5.4) installed since earlier but now tried to install php 5.6 from SCL which failed. This is the package I tried:
2019 Sep 11
0
Need to update gcc to version >=6 on CentOS 7 ?
Ooops! for to: $ sudo yum install centos-release-scl-rh On Wed, Sep 11, 2019 at 12:50 PM John Chludzinski <john.chludzinski at gmail.com> wrote: > > $ sudo yum install devtoolset-7 > > Loaded plugins: fastestmirror, langpacks > Loading mirror speeds from cached hostfile > * base: mirror.vcu.edu > * epel: mirror.siena.edu > * extras: mirror.vcu.edu > *
2019 Aug 05
4
gem install reel on Centos 7
Hi - I installed ruby for something... The instructions said to also do the comand: gem install reel ERROR: Error installing reel: timers requires Ruby version >= 2.2.1. [root at devgeis ~]# ruby --version ruby 2.0.0p648 (2015-12-16) [x86_64-linux] Not sure what to do. Wait for Centos 8? Thoughts? Thanks, Jerry
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP in version 7.2 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP in version 7.2 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl
2016 Nov 03
2
how to install postgresql ip4r
ok, so I removed the default postgresql install and installed it from the software collections.. following the instructions at https://www.softwarecollections.org/en/scls/rhscl/rh-postgresql95/ and I get this [root at home1p /home/jason]$scl enable rh-postgresql95 bash [root at HOME1P jason]# postgresql-setup --initdb * Initializing database in
2017 Dec 19
2
Fwd: httpd24 Package Question
Hello everybody I am looking to push out httpd24-httpd-2.4.25-9.el7 to my organization, but I do not see it as being available on the mirror.centos.org site. I see a git commit for this package in April and was wondering how long it takes an rpm to become available once the commit has been completed. Also, I don't see the following CVEs addressed in any httpd24 changelogs and wanted to know