New posts in linker

Telling gcc directly to link a library statically

Limiting visibility of symbols when linking shared libraries

Override a function call in C

Linking static libraries to other static libraries

What happens to global and static variables in a shared library when it is dynamically linked?

Why does weak attribute in gcc work differently in static library than for object files?

g++ undefined reference to typeinfo

Resolving LNK4098: defaultlib 'MSVCRT' conflicts with

How do I make a fully statically linked .exe with Visual Studio Express 2005?

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

Cortex-M0+ dual application/image linking

What do 'statically linked' and 'dynamically linked' mean?

What is the -fPIE option for position-independent executables in gcc and ld?

Static variables initialisation order

Difference between shared objects (.so), static libraries (.a), and DLL's (.so)?

Reading data (embedded plist) linked to executable through -sectcreate __TEXT

Undefined reference to `stdscr' while using ncurses

libpthread.so.0: error adding symbols: DSO missing from command line

Why do I get "unresolved external symbol" errors when using templates? [duplicate]

Embedding DLLs in a compiled executable