linker
LNK2020 & LNK1120 errors in old class in old working project since other project added that includes same class
I am getting unexpected linker errors after refactoring my solution from 1 to 3 projects. In this first instance I get two unresolved tokens, like[详细]
2023-04-13 08:08 分类:问答Strange "undefined reference" to template members
First of all, I know that one has to implement the definition in the header files, and that\'s what I generally did according to this thread[详细]
2023-04-13 05:44 分类:问答Statically Linking a GCJ Application on Ubuntu Natty
I\'m trying to statically link a GCJ application and it looks like theres some misconfiguration somewhere. I\'m just using the standard gcj installation on natty and I have both libgcj11 and libgcj开发[详细]
2023-04-13 04:23 分类:问答Reading data (embedded plist) linked to executable through -sectcreate __TEXT
I am linking a executable with a plist using -sectcrea开发者_JAVA技巧te __TEXT linker flags. Reason for this is mainly to use the SMJobBless() method. But I need to read plist linked from another appl[详细]
2023-04-13 01:37 分类:问答Math.h not found even though `-lm` is set
What causes could there be, that gcc does not link to math.h even though I set the flag -lm? me@mycomputer开发者_StackOverflow中文版$ g++ template_gold.cpp -o template_gold -lm[详细]
2023-04-13 00:26 分类:问答Linker : how to place a block of data at a specific address boundary
This may be an easy question but I am a beginner with the linker file of GNU GCC (codesourcery arm-none-eabi ver 4.5.2).[详细]
2023-04-12 23:57 分类:问答CMake: ordering of include directories (How to mix system- and user-based include paths?)
I\'ve got a CMake project that includes and links against two libraries, say A and B (actually it\'s more than two and one of them is boost stuff, but that doesn\'t really matter here). Both are locat[详细]
2023-04-12 22:32 分类:问答Impossible linker error
I have a library, libfoo which is made of the following files: base.hpp #ifndef BASE_HPP #define BASE_HPP[详细]
2023-04-12 19:00 分类:问答Purpose of --enable-auto-import Warning
I am trying to compile the following program: #include <iostream> int main(){ std::cout << \"Hello, world!\";[详细]
2023-04-12 18:31 分类:问答Calling C++ LINK from a csproj in VS2008
I\'m interested in combining a single .cpp file (containing both native and managed code) into a larger C# project.I don\'t want to use a separate DLL for the CPP code, both because it seems silly to[详细]
2023-04-12 16:29 分类:问答