similar to: Eclipse rpms

Displaying 20 results from an estimated 20000 matches similar to: "Eclipse rpms"

2016 Aug 08
4
Eclipse rpms
On 08/08/2016 03:25 PM, Gordon Messmer wrote: > # yum install centos-release-scl > # yum list devtoolset-4-eclipse\* Of course, the next question is: Is it possible to install Eclipse in a way that doesn't require users to run "scl enable devtoolset-4 bash" in a terminal? Or can selected software collections be enabled by default in new sessions?
2016 Aug 09
2
Eclipse rpms
On 08/08/2016 04:57 PM, Yamaban wrote: > Hint: > put a scriplet into /etc/profile.d/ and it will be executed on login. If you haven't used "scl," and I hadn't before yesterday, it creates a new session with environment variables set up to access applications installed in a semi-isolated path. It can't be called from the bash profile as far as I can tell, and its
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,
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:
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 Sep 11
2
Need to update gcc to version >=6 on CentOS 7 ?
I need to build u-boot on my CentOS 7 machine but encounter this: > *** Your GCC is older than 6.0 and is not supported I've updated the installation on my machine but the current version is: > gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) How do I go about updating gcc to version 6 or greater on my CentOS 7 machine? And do so safely?
2016 Aug 08
0
Eclipse rpms
On Tue, 9 Aug 2016 01:30, Gordon Messmer wrote: > On 08/08/2016 03:25 PM, Gordon Messmer wrote: >> # yum install centos-release-scl >> # yum list devtoolset-4-eclipse\* > > Of course, the next question is: Is it possible to install Eclipse in a way > that doesn't require users to run "scl enable devtoolset-4 bash" in a > terminal? Or can selected
2016 Aug 08
0
Eclipse rpms
On 08/08/2016 03:21 PM, Gordon Messmer wrote: > Does CentOS not rebuild the Red Hat software collections? That's embarrassing. Of course they do. Found it. # yum install centos-release-scl # yum list devtoolset-4-eclipse\*
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
2016 Aug 09
0
Eclipse rpms
On Tue, Aug 09, 2016 at 10:12:31AM -0700, Gordon Messmer wrote: > If you haven't used "scl," and I hadn't before yesterday, it creates a new > session with environment variables set up to access applications installed > in a semi-isolated path. It can't be called from the bash profile as far as > I can tell, and its execution isn't documented in its own man
2016 Aug 09
1
Eclipse rpms
On Aug 8, 2016, at 20:03, Frank Cox <theatre at melvilletheatre.com> wrote: > Option 2: Write a little bash script that contains that command. Create a custom launcher with Mate, Kde, Gnome or what's your pleasure. I believe the scl package that contains eclipse already includes a .desktop file that launches eclipse. -- Jonathan Billings <billings at negate.org>
2019 Sep 11
1
Need to update gcc to version >=6 on CentOS 7 ?
Nope. Did that too. I?m up and running. On Wed, Sep 11, 2019 at 13:06 Gordon Messmer <gordon.messmer at gmail.com> wrot > On 9/11/19 9:50 AM, John Chludzinski wrote: > > $ sudo yum install devtoolset-7 > > No package devtoolset-7 available. > > Error: Nothing to do > > > You've skipped step #1: sudo yum install centos-release-scl > >
2016 Aug 09
0
Eclipse rpms
On Mon, 8 Aug 2016 16:30:33 -0700 Gordon Messmer wrote: > Of course, the next question is: Is it possible to install Eclipse in a > way that doesn't require users to run "scl enable devtoolset-4 bash" in > a terminal? Option 1: Write a little bash script that contains that command. Name it eclipse and put it into ~/bin. Option 2: Write a little bash script that
2017 Feb 17
1
GCC 4.9 in CentOS 7 ??
On 02/16/2017 09:21 PM, Gordon Messmer wrote: > On 02/16/2017 04:45 PM, Dave Johansen wrote: >> The source RPMs for devtoolset don't appear to be there, but I did find >> them here: >> http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/RHSCL/SRPMS/ > > > Possibly a result of an unspecified "accident" > >
2017 Feb 17
2
GCC 4.9 in CentOS 7 ??
On Sun, Feb 5, 2017 at 11:43 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 02/05/2017 06:37 PM, Alice Wonder wrote: > >> Where are src.rpm's ? >> > > > Same place as everything else: > > http://vault.centos.org/7.3.1611/sclo/Source/ The source RPMs for devtoolset don't appear to be there, but I did find them here:
2017 Feb 06
3
GCC 4.9 in CentOS 7 ??
On 02/05/2017 05:46 PM, Gordon Messmer wrote: > On 02/05/2017 05:33 PM, Alice Wonder wrote: >> Is there by chance a compat package for gcc 4.9.x available? > > > Yes. Use the software collections. > > https://www.softwarecollections.org/en/ > > https://www.softwarecollections.org/en/scls/rhscl/devtoolset-4/ > > > yum install centos-release-scl && yum
2006 Jan 10
1
eclipse 3.1 rpm for centos
On Mon, 2006-01-09 at 14:29 +0100, Jean Lee wrote: > Hi all, Please start a new thread with a new message rather than hijacking an existing one with a reply/change-subject. > Does anybody knows where I can found an eclipse 3.1 package for Centos ? Doesn't seem likely. I had a crack at rebuilding the latest FC4 package from source and the build-dep requirements seem daunting...
2016 Nov 18
0
SCL devtoolset-3 or 4 without eclipse?
On Fri, Nov 18, 2016 at 09:47:29AM -0800, Robert Arkiletian wrote > 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 You can do it manually as per the instructions at https://gcc.gnu.org/wiki/InstallingGCC Step 1) Download and
2017 Feb 09
3
GCC 4.9 in CentOS 7 ??
--On Tuesday, February 07, 2017 2:33 PM -0800 Alice Wonder <alice at domblogger.net> wrote: > What I mean is this - my LibreSSL package installs in /usr and not in > /opt and that is intentional, so that it is not possible to have both > opennsl-devel and libressl-devel installed at the same time, since they > both are the same API. That's the very problem that Software
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