when I compile a c++ program in my computer using g++ and transfer the executable to run it on my university server, I get
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.
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
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
This question already has answers here: Segfaults in malloc() and malloc_consolidate() (2 answers) Closed 7 years ago.
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.
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
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.
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.
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