libstdc++
libstdc++ GLIBCXX version errors
when I compile a c++ program in my computer using g++ and transfer the executable to run it on my university server, I get[详细]
2023-03-30 09:46 分类:问答What means "Unrecognized storage class 111 for .text symbol `._XXXXXXXXX"?
I get this error message many times when trying to do objdump of my executable or shared library compiled on AIX 5.3. For any other executable on this machine it works fine.[详细]
2023-03-26 07:37 分类:问答solaris sparc 9/10 libstdc++ compatibilty issue (64 bit)
I have gcc 3.4.6 installed on sparc9 an开发者_JAVA百科d sparc10 systems. I am having incompatibility issues when I try to use shared object(built on sparc9) on sparc10. I am not seeing any issue if I[详细]
2023-03-25 22:01 分类:问答How to statically link libstdc++
I am trying to get my program working in another machine where libstdc++ versions is different. I am developing and compiling it on netbeans. I have specified the option -static-libstdc++ but the prog[详细]
2023-03-25 07:34 分类:问答Segmentation fault in malloc_consolidate (malloc.c) that valgrind doesn't detect [duplicate]
This question already has answers here: Segfaults in malloc() and malloc_consolidate() (2 answers) Closed 7 years ago.[详细]
2023-03-20 17:39 分类:问答How do I update libc and libstdc++ on OS X 10.5?
I am using a Mac Mini as a build agent a开发者_StackOverflow中文版nd I need to upgrade the standard libraries. I can\'t find either libc or libstdc++ on MacPorts.[详细]
2023-03-16 06:57 分类:问答Deploy OSX application compiled using GCC 4.6
I\'m trying to port a project of mine on Mac OS-X. As I developed my project using C++0X I needed a more recent version of GCC than the one provided with Xcode (even Xcode4), so I compiled GCC 4.6 on[详细]
2023-03-14 14:12 分类:问答Unable to run an application compiled on OS-X Snow Leopard (10.6.7) on another Mac using OS-X Leopard (10.5.8). libstdc++.6.dylib error returned
I\'m trying to port a C++ project using C++0x and Ogre on Max OS-X and I encounter a portability problem between OS-X versions.[详细]
2023-03-13 03:05 分类:问答Using shared objects compiled with a newer version of g++
I have some shared objects which have to be compiled with g++4.5, and I would like the开发者_如何学Gom to be able to be linked into applications compiled using g++4.1 and g++4.2.[详细]
2023-03-03 02:02 分类:问答custom built gcc 4.6.0 on ubuntu 11.04 links wrong libstdc++
my custom built gcc 4.6.0, installed in my home directory, on ubuntu 10.04, links the system libstdc++ instead of the custom built one, most of the time (as evidenced by ldd). to be more puzzling, usi[详细]
2023-02-26 18:49 分类:问答