Top "Linker" questions

The linker is part of the toolchain for producing executables from source code written in compiled programming languages.

How to fix symbol lookup error: undefined symbol errors in a cluster environment

I'm working on some python code that extracts some image data from an ECW file using GDAL (http://www.gdal.…

linux linker cluster-computing python-2.6 gdal
Undefined reference to 'vtable for xxx'

takeaway.o: In function `takeaway': project:145: undefined reference to `vtable for takeaway' project:145: undefined reference to `vtable for takeaway' takeaway.…

c++ linker linker-errors vtable
Linking static libraries to other static libraries

I have a small piece of code that depends on many static libraries (a_1-a_n). I'd like to package …

c++ linker ar .a
Visual C++: How to disable specific linker warnings?

I'm using a library from CGAL which during the linking stage of my code compilation produces a lot of linking …

visual-studio visual-c++ linker warnings cgal
How to solve error LNK2019

I am sending a simple email in C++. I downloaded a sample C++ program from the below link. http://cboard.…

c++ linker unresolved-external lnk2019
What is __gxx_personality_v0 for?

This is a second-hand question from an OS development site, but it made me curious since I couldn't find a …

c++ gcc linker kernel
Splitting templated C++ classes into .hpp/.cpp files--is it possible?

I am getting errors trying to compile a C++ template class which is split between a .hpp and .cpp file: $ …

c++ class templates header linker
How can I link to a specific glibc version?

When I compile something on my Ubuntu Lucid 10.04 PC it gets linked against glibc. Lucid uses 2.11 of glibc. When I …

linux gcc linker glibc libc
ldconfig error: is not a symbolic link

When running: sudo /sbin/ldconfig the following error appears: /sbin/ldconfig: /usr/local/lib/ is not a symbolic link When …

linux linker makefile gnu-make
"/usr/bin/ld: cannot find library"

This is my first time trying to compile FORTRAN code using a makefile. The OS is Ubuntu 12.04 LTS 64 bit. I …

gcc linker fortran ld gfortran