An error received when combining individually compiled object files into executable code.
I am trying to use inline member functions of a particular class. For example the function declaration and implementation without …
c++ inline linker-errorsI am trying to compile and link a sample file from the Novell LDAP C SDK but the link is …
c linux gcc shared-libraries linker-errorsI have written a template class, for a map/dictionary data structure, and keep getting this strange error (ERROR LNK2019:…
c++ visual-studio-2010 linker-errors lnk2019Suddenly, out of the blue, I get the LME288 linker error. [ilink32 Warning] Warning: D:/Projects/TrainFever Game Manager/TFGM/…
linker-errors c++builder windows-7-x64 c++builder-10.2-tokyo c++builder-xe7I have two executables, both cross compiled to run in Android. I have put both on the device in the …
android linker executable linker-errors dynamic-linkingNever seen this linker error in my life until I started programming PSP homebrew applications. Anyway, I am making an …
c++ vector g++ linker-errorsI have a XCode4 / iOS project with a regular target and unit test target. Everything works fine, except when I …
unit-testing xcode4 linker-errors ocunitI have the following files. foo.h (C++ header file) foo.mm (C++ file) test_viewcontroller.h (objective c header …
iphone objective-c linker-errorsI'm trying to make a file in Ubuntu and when i make i keep getting this error: /usr/bin/ld: ../../…
linux linker-errors undefined-referenceI am using pthread.h in a *.cc file. when I try to use pthread_exit(0); or pthread_join(mythrds[…
c++ linker pthreads linker-errors