Recently ran across a C++ linker error that was new to me. libfoo.so: undefined reference to `VTT for Foo\'
when I am doing ./configure in opensolaris in an attempt to install software. I\'ve got the following error:
I\'m trying to learn how to use the -rpath option in GCC\'s linker (ld) with $ORIGIN. I\'m trying the simplest example I can think of (see below), and all the links I read seem to say I\'m doing it c
I am compiling TCL 7.6p2 using gcc 3.4.5. I am using a CentOS 5.5. I get the following error during the make command:
I\'m trying to run some pre-compiled code but I\'m getting the following error: ./bin/stipdet: /cm/shared/apps/gcc/4.3.4/lib64/libstdc++.so.开发者_如何学Go6: version `GLIBCXX_3.4.11\' not found (requ
I encountered the following code in a file (looks like header file) iomanip of gcc 4.5.1: inline _Setbase
I have a shared object/executable that link both statically and dynamically to the same library . Library: liba.a and liba.so
开发者_Python百科I came across this while testing some stuff for another question on initializing aggregates. I\'m using GCC 4.6.
With the Green Hill compiler it is possible to create variables in the linker that is visible at runtime. In the linker:
I am trying to compile gcc version gcc4.3.2 usinggcc version 4.1开发者_Go百科.2 20080704 (Red Hat 4.1.2-50) on a CentOS 5.5 os. Initially the compiler complained about needing gmp and mpfr libraries w