Top "Linker-errors" questions

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

error during making GTest

I was trying to set up GTest environment on my Ubuntu machine. but while making the GTest to get the …

linker-errors googletest
Multiple definition of inline functions when linking static libs

I have a C++ program that I compile with mingw (gcc for Windows). Using the TDM release of mingw which …

c++ c linker-errors inline-functions tdm-mingw
mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'

Building with VS2010, I'm building a lib that causes many of these link errors: error LNK2038: mismatch detected for '_…

c++ linker-errors visual-c++-2010
Cannot link Boost regex

I am currently trying to compile a Contraction Hierachies implementation by KIT which requires Boost::Regex. The supplied Makefile already …

gcc boost linker linker-errors boost-regex
Cannot add embedded binaries (other projects) to project dependencies in XCode

I have an XCode workspace created with XCode 6.0.1. It constains 2 (Swift) libraries and one iOS app (Swift) that depends on …

ios xcode project project-management linker-errors
CUDA linking error - Visual Express 2008 - nvcc fatal due to (null) configuration file

I've been searching extensively for a possible solution to my error for the past 2 weeks. I have successfully installed the …

c++ visual-c++ cuda windows-xp linker-errors
Error LNK1104 cannot open file ';.obj'

Error LNK1104 cannot open file ';.obj' project1 D:\project1\source\project1\project1\LINK 1 I'm using visual studio 2015 and openframeworks, …

c++ linker-errors openframeworks
Using GNU Scientific Library (GSL) under Windows x64 with MinGW

I have installed MinGW and MSYS on Microsoft Windows (64bit), inside directory C:\MinGW (MSYS directory is C:\MinGW\msys\1.0). …

windows mingw linker-errors gsl
Linker error : undefined reference to symbol 'glOrtho'

I installed OpenGL packages in Ubuntu 13.04 ( *mesa-common-dev freeglut3-dev* ) and tried to run a sample program. #include "GL/freeglut.h" #…

opengl linker-errors
error LNK2001 and error LNK2019 (C++) -- Requesting some learning about these errors

Alright, so I just finished my last compiler error (so I thought) and these errors came up: 1>GameEngine.obj : …

c++ linker-errors lnk2019