Displaying 20 results from an estimated 700 matches similar to: "Installing devtoolset-6 on CentOS 8"
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 May 19
2
devtoolset-4
Hello,
my name is Jarek I am new here. I need some clarifications on how to
distribute an app developed with devtoolset-4 enabled.
I am developing a distributed app in c++ I wanted to upgrade toolchain to
use new standard.
Is it true that when I compile on centos 6.x with devtoolset enabled then I
will be able to run this app on centos 7.x as well?
Do I have to install devtoolset on all my
2018 Dec 01
1
In centos, how to switch to default gcc after switched to a higher version of gcc with devtoolset.
I want to install several gcc with different versions in centos. The default version of gcc in centos6 is 4.9.3. So I use devtoolset install a higher version of gcc. Then I switch to the higher version of gcc by executing "source /opt/rh/devtoolset-5/enable". But now if I want to switch back to the default gcc, how should I do?
By the way, is there any solution to install multiple gcc
2016 Dec 19
5
devtoolset-4 ageing?
hi everyone
just a quickie to devel maybe. I'm looking at some bits:
devtoolset-4-elfutils-libelf-0.163-2.el7.x86_64 VS
elfutils-0.166-2.el7.x86_64
isn't devtool ageing? Could this be the case with more packages?
regards,
L.
2016 Dec 19
1
devtoolset-4 ageing?
On 19/12/16 16:05, Lamar Owen wrote:
> On 12/19/2016 08:33 AM, lejeczek wrote:
>> devtoolset-4-elfutils-libelf-0.163-2.el7.x86_64 VS
>> elfutils-0.166-2.el7.x86_64
>>
>> isn't devtool ageing? Could this be the case with more
>> packages?
>> regards,
> devtoolset-6 is available.
>
somewhere (semi)officially? where?
>
2019 Aug 27
4
Orc JIT vs. STL
Greetings, LLVM wizards.
We are using Clang and Orc JIT (v1) to compile and execute C++ code on the
fly. If a C++ module calls functions from external libraries, we add them
via DynamicLibrary::LoadLibraryPermanently().
The problem we have run into recently is when a module calls a function
from the STL -- in particular this swap() function for input streams:
#include <fstream>
2016 May 20
2
devtoolset-4
Are you asking if the new libstdc++ is statically linked into your app only
for the new functions but your app remains dynamically linked to the old
one for the parts of C++ that have remained unchanged, the answer is ?no?.
Your app is linked to the new library, period. You can use ldd(1) to prove
this to yourself.
I am not so sure.
That is what I thought, but then I compiled something with a
2019 Aug 27
2
Orc JIT vs. STL
You can add symbols from Archieve via StaticLibrarySearchGenerator. But it
is added recently though
On Tue, 27 Aug 2019 at 21:02, Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> Hi Geoff,
> I tried it, but I can't able to reproduce it.
>
> Test Program:
> #include <fstream>
> int main()
> {
> std::ifstream stream1, stream2;
>
2014 Jan 26
1
devtoolset-2 repository ?
Hi,
Is there a repository for binaries of the the RHEL devtoolset-2 [1]
packages for CentOS 6 ?
[1]
http://ftp.redhat.com/redhat/linux/enterprise/6Workstation/en/RHDevToolset/SRPMS/
2016 Jan 28
1
devtoolset-4
Hi,
is there any way to get access to devtoolset-4 ?
I see alot of stuff at
http://cbs.centos.org/koji/packageinfo?packageID=2076 . Is this not yet
released?
thanks,
Kay
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
2019 Aug 27
2
Orc JIT vs. STL
On Tue, Aug 27, 2019 at 4:56 PM Praveen Velliengiri
<praveenvelliengiri at gmail.com> wrote:
>
> HI
> Did you run the static constructor and destructor? How did you make your process symbols visible to ORC jit?
Yes. It's the constructor that generates the undefined symbol error.
We use DynamicLibrary::LoadLibraryPermanently(nullptr) to add process
symbols.
> Could you
2016 May 17
0
devtoolset-4
Hello,
my name is Jarek I am new here. I need some clarifications on how to
distribute an app developed with devtoolset-4 enabled.
I am developing a distributed app in c++ I wanted to upgrade toolchain to
use new standard.
Is it true that when I compile on centos 6.x with devtoolset enabled then I
will be able to run this app on centos 7.x as well?
Do I have to install devtoolset on all my
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 May 19
0
devtoolset-4
On May 19, 2016, at 3:30 AM, Jaros?aw Bober <jaroslaw.bober at gmail.com> wrote:
>
> Do I have to install devtoolset on all my machines that I want to run this
> app?
Probably, yes. That, or redistribute parts of it with your app, either by cherrypicking files from the devtoolset RPM or statically linking to it.
> Or would it use built-in libstdc++ library, linking
2016 Sep 07
0
devtoolset-3 application execution
Its seems challenging to maintain applications with a long term vision.
For EL6 I want to use devtoolset-3-gcc-c++-4.9.2-6.2.el6.x86_64 to compile
some binaries. Here my question: will the binaries execute flawless on a
plain EL6 system without additional libraries (stdc++ etc.)?
Example: scl enable devtoolset-3 'rpmbuild -ba local-app1.spec'
--
Thanks,
LF
2016 Dec 19
0
devtoolset-4 ageing?
On 12/19/2016 08:33 AM, lejeczek wrote:
> devtoolset-4-elfutils-libelf-0.163-2.el7.x86_64 VS
> elfutils-0.166-2.el7.x86_64
>
> isn't devtool ageing? Could this be the case with more packages?
> regards,
devtoolset-6 is available.
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"
>
>
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
2018 Jul 05
2
Firefox 60.0.1.0 ESR Progress?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 2018-07-05 at 06:16 -0500, Johnny Hughes wrote:
> On 07/03/2018 09:04 AM, Sean wrote:
> >
>
<snip>
> OK guys .. Firefox 60 is going to take some time .. likely more for
> CentOS-6 than CentOS-7.
>
> They both (C6 and C7 versions) require many non OS tools to build.
>
> For CentOS-7 .. we need the