linker
Apple Mach-O Librarian (libtool) error with no specific error
I\'ve had to deal with plenty of libtool errors previously, but I really don\'t know what to do with one that doesn\'t give me a hint.[详细]
2023-04-04 16:37 分类:问答Temporarily Disabling Gold Linker on Ubuntu
I\'m trying out the Gold Linker to see if it will improve link time of our application.And it does, significantly.Occasionally, I need to use the GNU Linker.How would I go about doing this?[详细]
2023-04-04 16:04 分类:问答Can't link OpenCL on Windows with GHC
I\'m trying to get the OpenCLRaw bindings to a point where I can use them on windows.I\'ve forked the the OpenCLRaw repo on github so I can make modifications as needed.My branch is here:[详细]
2023-04-04 13:33 分类:问答does gcc link order affect speed of the program execution
I know the linkage order in gcc is important for symbols to be correctly determined; but now I am seeing a weird speed issue on the resultin开发者_运维技巧g executable. I am linking objects and archi[详细]
2023-04-04 10:24 分类:问答Link Error 2001 when linking to User32.dll
I\'m trying to link an object file that uses two methods declared in winuser.h and defined in User32.dll: GetMonitorInfo and WindowFromMonitor.The source compiles to an object file just fine, but when[详细]
2023-04-04 09:04 分类:问答What causes this link failure (undefined reference)?
I just switched my dev machine from Gentoo to Arch Linux and, when I try to compile a fresh build of my project, linking fails:[详细]
2023-04-04 08:30 分类:问答where can i find source code for libcrypto++?
I am using libcrypto++ for aes encryption. I would like to add in my code th开发者_运维知识库e methods: EVP_CipherInit_ex(), EVP_CipherUpdate(), EVP_CipherFinal_ex(). Where can I find this source code[详细]
2023-04-04 06:44 分类:问答C++ Why does this specific situation cause a symbol linking error?
I\'m working on an application where there\'s a \'core\' and multiple plugins. I\'m using Qt on Linux, and I use Qt\'s plugin loader system. Plugins are created as shared object files (*.so) and loade[详细]
2023-04-03 22:57 分类:问答Unresolved externals error
I know there\'s a lot of these sorts of questions but I\'m not sure what I\'m doing wrong exactly. I have two classes, Player and HumanPlayer. HumanPlayer is supposed to inherit from the Player class.[详细]
2023-04-03 21:03 分类:问答Linker error using extern "C" in Objective-C code
I\'m trying to create some utility functions that can be called from both Objective-C and C++ code in an iPhone application.I have third party C++ classes that cannot be compiled as ObjectiveC++ (.mm)[详细]
2023-04-03 20:39 分类:问答