Top "Linker-errors" questions

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

Linker errors in Android NDK (undefined reference to `__cxa_end_cleanup')

I'm getting this output after adding in a set of code from a colleague: ./obj/local/armeabi/objs/jniWrapper/native.…

android compiler-errors android-ndk linker-errors
Application too big? Unable to execute dex: Cannot merge new index into a non-jumbo instruction

I am getting the following error when I compile my app: [2014-05-07 21:48:42 - Dex Loader] Unable to execute dex: …

android linker-errors dex
Link error after update from VS2008 to VS2010

Today I encountered a linking problem after updating the VS version from 2008 to 2010, the error is something like this: error …

visual-studio-2010 visual-studio-2008 linker-errors lnk2019
C++ BOOST undefined reference to `boost::filesystem::detail::copy_file

I have no clue why boost::filesystem::copy_file is making trouble for me. undefined reference to `boost::filesystem::detail::…

c++ boost linker-errors boost-filesystem
undefined reference to `strlwr'

My code is like a text compressor, reading normal text and turns into numbers, every word has a number. It …

c string linker-errors
Xcode "directory not found for option -L" errors

I'm getting these errors: ld: warning: directory not found for option '-L"/pathToMyApp/MyApp/Shared/Libraries/ADMS_AppLibrary"' ld: …

xcode compiler-errors linker-errors
How to link during Matlab's MEX compilation

I've written a program of the following form: #include "stuff_I_need.h" int main(){ construct_array(); // uses OpenMP pragma's …

matlab openmp linker-errors mex
Linker Error in iOS (duplicate symbols for architecture x86_64)

I keep on getting the following error: duplicate symbol _llvm.embedded.module in: /Users/name/Documents/FacebookSDKs-iOS-20150910/FBSDKCoreKit.framework/FBSDKCoreKit(…

ios xcode facebook swift linker-errors
C++ - LNK2019 error unresolved external symbol [template class's constructor and destructor] referenced in function _main

[[UPDATE]] -> If I #include "Queue.cpp" in my program.cpp, it works just fine. This shouldn't be necessary, …

c++ templates linker queue linker-errors
Lua on the iPhone?

I am trying to use Lua on the iPhone. On Mac OS X, in a normal (non-iOS) Cocoa application, I …

iphone cocoa-touch macos lua linker-errors