search for: glibcxx

Displaying 17 results from an estimated 17 matches for "glibcxx".

Did you mean: libcxx
2008 Jun 19
1
Need GLIBCXX-3.4.9 for /usr/lib64/libstdc++
I am trying to compile an application on a CentOS 5.0 64-bit machine that gives me the error: /usr/local/bin/myprog: /usr/lib64/libstdc++: version `GLIBXX.3.4.9' not found (required by /usr/local/bin/myprog) I have gcc 4.2.3. I've performed a yum install compat-* and glibc* What am I missing? Thanks. Scott
2007 Jul 10
1
[LLVMdev] VirtRegMap GLIBCXX assert
The following code in VirtRegMap.cpp is asserting in the C++ library because back() is called on an empty container: /// addLastUse - Add the last use information of all stack slots whose /// values are available in the specific register. void addLastUse(unsigned PhysReg, MachineInstr *Use) { std::multimap<unsigned, int>::iterator I = PhysRegsAvailable.lower_bound(PhysReg);
2017 Nov 19
4
skypeforlinux lacks dependencies, won't update
On 20/11/17 11:30, milos.blazevic wrote: > There's the unstable version that installs and works: > https://www.skype.com/en/insider/ Thanks for pointing this out, it looks like they removed the newer GLIBCXX requirement that was added for 8.10, possibly due to popular demand? Peter
2017 Nov 21
2
skypeforlinux lacks dependencies, won't update
...t pajamian.dhs.org> wrote: > >> On 20/11/17 11:30, milos.blazevic wrote: >>> There's the unstable version that installs and works: >>> https://www.skype.com/en/insider/ >> >> Thanks for pointing this out, it looks like they removed the newer >> GLIBCXX requirement that was added for 8.10, possibly due to popular demand? > > Maybe. Unpacking the rpm works, anyway, I never encountered a single > binary issue since I use it like that (ordinary use, I probably don't > use that text encoding or whatever submodule which depends on a ne...
2009 Jul 20
1
Glibcxx_3.4.9 not found
Hi, I am running CentOS 5.3. 64 bit version. I have tried updating the OS but every time I run an application I need it reports that Glibcxx_3.4.9 is missing. I tried to do a search for this but cannot find it for my system. When CentOS upgraded to 5.3 I had hoped that the new Glibcxx would have been included but it is not. Is there an easy way to update the OS to include this? You can probably tell from the question that I am a Lin...
2017 Nov 23
1
[ot] Skype crackling (was: skypeforlinux lacks dependencies, won't update)
...link above and > installed it with yum. > No lib errors! > I started it and gave it a go, and - no crackling whatsoever. In fact it > worked as good as it gets IMHO. I think this was a known issue with Skype 8.10 for linux itself as I noticed it when I was looking for answers to the GLIBCXX dependency issue. It looks like the skype-stable repo just got updated to 8.11.0 which fixes both the dependency issue and the crackling one. Peter
2011 Jul 30
0
[LLVMdev] Problem while selfhosting LLVM and Clang
On Sat, Jul 30, 2011 at 2:35 AM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote: > Hi, Asron > > > This looks relevant to me for your issue. Grabbing the cxxabi.h from > there > > may work: > > > > http://comments.gmane.org/gmane.comp.compilers.clang.devel/9391 > > I am not sure where to put cxxabi.h. How can I let clang find this > header file while
2011 Jul 30
1
[LLVMdev] Problem while selfhosting LLVM and Clang
...that is in Clangs includes search path. E.g. > $INSTALL/lib/clang/2.9/include perhaps. Thanks for your help. Now I have another problem, --- llvm[4]: Compiling Version.cpp for Release build /nfs_home/chenwj/install/bin/clang++: /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /nfs_home/chenwj/install/bin/clang++) --- What does the error mean? My default gcc is GCC 4.4.2, and its' libstdc++.so has no GLIBCXX_3.4.14. The GCC 4.5.2's libstdc++.so does have though. I find the comments of the post [1] have the similar problem I h...
2017 Nov 18
4
skypeforlinux lacks dependencies, won't update
For about a week now yum has tried and failed to update skypeforlinux: Packages skipped because of dependency problems: ??? skypeforlinux-8.10.0.4-1.x86_64 from skype-stable Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.20)(64bit) for package: skypeforlinux-8.10.0.4-1.x86_64 Is there any resolution to this issue?
2017 Nov 20
0
skypeforlinux lacks dependencies, won't update
Quoting Peter <peter at pajamian.dhs.org>: > On 20/11/17 11:30, milos.blazevic wrote: >> There's the unstable version that installs and works: >> https://www.skype.com/en/insider/ > > Thanks for pointing this out, it looks like they removed the newer > GLIBCXX requirement that was added for 8.10, possibly due to popular demand? > Judging by the comments in the original announcement: https://answers.microsoft.com/en-us/skype/forum/skype_linux-skype_startms-skype_installms/the-new-skype-for-desktop-is-here/dba5e41b-126a-4221-9e28-e1266d235689?auth=1 I...
2017 Nov 20
0
skypeforlinux lacks dependencies, won't update
...21 +1300 Peter <peter at pajamian.dhs.org> wrote: > On 20/11/17 11:30, milos.blazevic wrote: > > There's the unstable version that installs and works: > > https://www.skype.com/en/insider/ > > Thanks for pointing this out, it looks like they removed the newer > GLIBCXX requirement that was added for 8.10, possibly due to popular demand? Maybe. Unpacking the rpm works, anyway, I never encountered a single binary issue since I use it like that (ordinary use, I probably don't use that text encoding or whatever submodule which depends on a newer libstdc++). Re...
2017 Nov 21
0
skypeforlinux lacks dependencies, won't update
...ote: >> >>> On 20/11/17 11:30, milos.blazevic wrote: >>>> There's the unstable version that installs and works: >>>> https://www.skype.com/en/insider/ >>> >>> Thanks for pointing this out, it looks like they removed the newer >>> GLIBCXX requirement that was added for 8.10, possibly due to popular demand? >> >> Maybe. Unpacking the rpm works, anyway, I never encountered a single >> binary issue since I use it like that (ordinary use, I probably don't >> use that text encoding or whatever submodule which...
2011 Jul 30
2
[LLVMdev] Problem while selfhosting LLVM and Clang
Hi, Asron > This looks relevant to me for your issue. Grabbing the cxxabi.h from there > may work: > > http://comments.gmane.org/gmane.comp.compilers.clang.devel/9391 I am not sure where to put cxxabi.h. How can I let clang find this header file while compiling LLVM and Clang (in step 2)? Thanks! Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of
2017 Nov 21
2
skypeforlinux lacks dependencies, won't update
...20/11/17 11:30, milos.blazevic wrote: > >>>> There's the unstable version that installs and works: > >>>> https://www.skype.com/en/insider/ > >>> > >>> Thanks for pointing this out, it looks like they removed the newer > >>> GLIBCXX requirement that was added for 8.10, possibly due to popular demand? > >> > >> Maybe. Unpacking the rpm works, anyway, I never encountered a single > >> binary issue since I use it like that (ordinary use, I probably don't > >> use that text encoding or wha...
2017 Nov 22
4
skypeforlinux lacks dependencies, won't update
...at mousecar.com> wrote: > >> For about a week now yum has tried and failed to update skypeforlinux: >> >> Packages skipped because of dependency problems: >> skypeforlinux-8.10.0.4-1.x86_64 from skype-stable >> >> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.20)(64bit) for package: >> skypeforlinux-8.10.0.4-1.x86_64 >> >> Is there any resolution to this issue? >> >> >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailm...
2013 Jul 01
0
[LLVMdev] Build problem with nonstandard lib directory
...M 3.3 code, and I try to configure and build it like this: ../src/llvm-3.3/configure --enable-doxygen --enable-jit --prefix=`pwd`/bin gmake -j12 After several step succeed, I eventually get the following error: <clip>/build/Debug+Asserts/bin/llvm-tblgen: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by <clip>/build/Debug+Asserts/bin/llvm-tblgen) I know this error. It occurs when the default /usr/lib64 path is used for dynamic loading instead of the non-standard /depot/gcc-4.5.2/lib64. Normally, I need to set LD_LIBRARY_PATH on this system. I confirmed t...
2013 Jul 01
3
[LLVMdev] Build problem with nonstandard lib directory
...M 3.3 code, and I try to configure and build it like this: ../src/llvm-3.3/configure --enable-doxygen --enable-jit --prefix=`pwd`/bin gmake -j12 After several step succeed, I eventually get the following error: <clip>/build/Debug+Asserts/bin/llvm-tblgen: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by <clip>/build/Debug+Asserts/bin/llvm-tblgen) I know this error. It occurs when the default /usr/lib64 path is used for dynamic loading instead of the non-standard /depot/gcc-4.5.2/lib64. Normally, I need to set LD_LIBRARY_PATH on this system. I confirmed t...