Top "Linker-errors" questions

An error received when combining individually compiled object files into executable code.

Cuda C - Linker error - undefined reference

I am having a hard time compiling a simple cuda program consiting of only two files. The main.c looks …

c cuda linker-errors
Visual Studio 2012 link errors with static libraries

I recently upgrade to 2012 from 2005 (I'm pretty sure) and ran into link errors when building my solution. I ran out …

dependencies visual-studio-2012 static-libraries linker-errors lnk2019
Penalty of the MSVS compiler flag /bigobj

The basic Google search bigobj issue shows that a lot of people are experiencing the Fatal Error C1128: "number of …

c++ visual-studio linker-errors
LNK 2005 in Visual C++ in Visual Studio 2010

I'm trying to compile a C++ program, written using Visual C++ 2005 and MFC, in MS VS 2010. Sadly I'm getting the …

c++ linker-errors lnk2005
crypt function and link error "undefined reference to 'crypt'"

I have used the crypt function in c to encrypt the given string. I have written the following code, #include&…

c linker-errors crypt
Why am I getting linker errors for ws2_32.dll in my C program?

I am writing my program in Visual Studio 2010. I am unable to link a file named ws2_32.dll with my …

c visual-studio winapi linker-errors winsock2
error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_55.lib'

I'm trying to link the shared library of boost thread into my application. System: Windows8 IDE: Visual Studio 2010 I build …

visual-studio-2010 boost linker-errors dynamic-linking boost-build
Tcpdump trace on android - could not load library "libssl.so" needed by "/system/bin/tcpdump"

I need to do tcpdump trace on my android devices. My setup: Push tcpdump file to sdcard adb push filepath/…

android adb linker-errors tcpdump libssl
GoogleMapsSDK : Undefined symbols for architecture x86_64

I am trying to install the Google maps SDK and I am running through this error when running: Undefined symbols …

ios linker-errors google-maps-sdk-ios undefined-symbol
Unresolved external symbol error occurring only in 64-bit mode and not in 32-bit build

I have a VC++ code (built using VS2008), which makes use of some static libraries (*.lib files linked statically during …

c++ visual-c++ 32bit-64bit linker-errors unresolved-external