static-libraries
Compiling ghc with -fPIC support
I\'m trying to install GHC with -fPIC support in Fedora. I\'ve grabbed a source tarball since it seems no binary one has this.[详细]
2023-04-11 06:05 分类:问答is there any third party tool to create static library for armv6/armv7?
I have some source code in C/C++. I have to make static library to use in my iPhone application开发者_Go百科. is there any third party tool to create static library for armv6/armv7 ?this link will hel[详细]
2023-04-11 03:18 分类:问答makefiles and linking a library in a different folder
I\'ve search around a bit on StackOverflow and tried a few suggestions but as of yet nothing has solved the problem.[详细]
2023-04-11 02:42 分类:问答Plugin system for statically linked modules in C?
I need to write a plugin system which works with statically linked modules on Linux. I do not want the core (main function) to explicitly call the init function for the module.[详细]
2023-04-10 07:24 分类:问答How to build the gsl-1.8(GNU Statistical Library) on Win 64bit
I\'m a newbie in compiling GNU libraries(Never did it before). I have VS 2010 but don\'t mind downloading other ANSI C Com开发者_开发技巧piler.[详细]
2023-04-09 18:38 分类:问答OpenCV as a static library (cmake options)
I want to use OpenCV library in an embedded system and I need to compile my project using OpenCV as a static library.[详细]
2023-04-09 14:55 分类:问答Building a static version of Python on Ubuntu 11.04
After looking at a similar question, it appears that I am supposed to be able to build a static version of Python thusly:[详细]
2023-04-09 14:13 分类:问答Including external C library with Xcode
I have a built C static library (the Antlr 3 C library). It is installed properly and works (i.e., I can run gcc -o parser lexer.c parser.c -lantlr3c just fine).[详细]
2023-04-09 05:43 分类:问答OpenCV static linking error
I want to use OpenCV as a static library. After compiling the library as a static library now i\'m testing with some examples to s开发者_StackOverflow中文版ee all the dependencies.[详细]
2023-04-09 04:47 分类:问答Is this a good use for "mutable" in C++?
I have a class that wraps a file handle: class FileHandle { HANDLE hFile; TCHAR name[256]; public: LPCTSTR getName() const { /*(query system for name)*/ return this->name; }[详细]
2023-04-09 03:16 分类:问答