search for: 1642077

Displaying 3 results from an estimated 3 matches for "1642077".

2020 Jan 03
2
gcc 8/9 on CentOS 7
....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 mentioned here <https://bugzilla.redhat.com/show_bug.cgi?id=1642077> as well. g++ -m32 helloworld.cpp /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: skipping incompatible /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/libstdc++_nonshared.a when searching for -lstdc++_nonshared /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-re...
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.
2020 Jan 06
0
gcc 8/9 on CentOS 7
...oolset-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 mentioned here > <https://bugzilla.redhat.com/show_bug.cgi?id=1642077> as well. > > g++ -m32 helloworld.cpp > /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: > skipping incompatible > /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/libstdc++_nonshared.a > when searching for -lstdc++_nonshared > /opt/rh/devtools...