Top "Linker-errors" questions

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

Apple Mach-O Linker & Ditto Error - Xcode 8

I have just updated my Xcode to Xcode 8 and am now trying to convert my project's code to Swift 2.3. I …

ios swift xcode linker-errors
Getting "Repositroy test has failed" error while cloning repository from Gitlab in Android Studio?

I will like to clone my android code from gitlab repository in Android Studio 0.8.1.I checked into VCS >> …

android android-studio linker-errors gitlab
Error LNK1561: entry point must be defined

I am working with Visual Studio 2012. My Solution has 3 projects projectA projectB projectC and the Hierarchy is like projectC depends …

c++ c visual-studio-2010 linker-errors
ld: undefined reference to symbol 'log2@@GLIBC_2.2.5'

Whats wrong with for (level = 1; level <= log2((double)size); level++) ^ Seems like its from using log2() but whats wrong? …

c mpi linker-errors
Error when compiling some simple c++ code

I try to compile this cpp code on osx lion but I get an error. #include <iostream> using …

c++ macos linker-errors
Failed to create the part's controls in Eclipse with Salesforce

I have Eclipse Juno and Force.com IDE. When I try to create new classes they always show: failed to …

eclipse eclipse-plugin salesforce linker-errors force.com
Xcode gives Apple Mach-O linker error

I just compiled a project and Xcode returns these two errors which don't seem to be my code's fault. How …

ios objective-c linker-errors mach-o undefined-symbol
Unable to link GoogleAnalytics 3.01 with XCode 5 (missing required architecture x86_64)

I have built my App (targeted for iOS7) and now want to apply Google Analytics as the last step before …

ios xcode cocoa-touch google-analytics linker-errors
Linking Boost Library in Linux

I am trying to build a project using Boost's Asio and I am having some trouble. Initially, I tried to …

linux boost boost-asio linker-errors deadline-timer
Undefined symbols "vtable for ..." and "typeinfo for..."?

Nearly the final step but still some strange erros.... bash-3.2$ make g++ -Wall -c -g Myworld.cc g++ -Wall -g …

c++ linker-errors undefined-reference vtable pure-virtual