linker
How gcc linker works in including files
This is real开发者_Go百科ly a newbie question. I\'m learning C, and I don\'t understand how to link together[详细]
2023-04-08 17:05 分类:问答Disabling optimizations in an executable and maintaining them in a static library
I\'ve come across an odd situation and my (supposed) knowledge of code linkage is failing me... I have come across a bug that only occurs in a 64-bit build with optimizations turned on (/O2, /O3, or[详细]
2023-04-08 14:23 分类:问答QT project won't link to functions that have std::wstring as parameter.
I have a VS2010 dll I\'m trying to link into a QT project. I\'m using QT version 4.7.4 that I built using MSVC2010. QT Creator is also using MSVC2010 to compile.[详细]
2023-04-08 14:16 分类:问答Linking multiple times a single cross platform object file?
If I compile a cross-platform piece of code into an object file, will it be possible to use the linker to create separate platform-dependent execu开发者_开发百科tables (.exe,.bin) from that single bin[详细]
2023-04-08 09:33 分类:问答Process Class Not Found in System.Diagnostics? (System.dll???)
I am using .NET Framework 3.5, I have referenced all the assemblies, I have 开发者_开发百科double checked everything, but still this irritating error[详细]
2023-04-08 08:26 分类:问答netdb.h not linking properly
I\'m trying to compile this program, as referenced in Beej\'s Guide to Network Programming on page 19.[详细]
2023-04-08 07:38 分类:问答C++ Factory pattern using templates for self registering
My questions correspond to the answer from Johannes in Is there a way to instantiate objects from a string holding their class name?and the recent comment from Spencer Rose. Since I cannot add a comme[详细]
2023-04-08 02:47 分类:问答what point do c libraries get linked
Let\'s say I redefine malloc e.g. in a memory debugging program electric fence. electric fence says that one must link the library with the gcc -g -Wall -Wstrict-prototypes -lefence test.c. So my unde[详细]
2023-04-07 18:38 分类:问答How can I remove linked library from executable file
All. Someone created an executable file. # ldd test_bin libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x4082d000)[详细]
2023-04-07 16:14 分类:问答How to Disable Auto-link for TBB
When I build my VS project as Debug, it al开发者_开发问答ways auto-linked with tbb_debug.lib (which in turn linked with tbb_debug.dll). Is there a way to override this and make tbb.lib linked even for[详细]
2023-04-07 15:37 分类:问答