static-linking
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 分类:问答Static Linking in Fortran
I\'ve developed a module written in C++ that manages the licenses for my company\'s product. To prevent DLL replacement, it is our goal to staticall开发者_高级运维y link the DLLin the solution. This i[详细]
2023-04-12 15:13 分类:问答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 分类:问答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 分类:问答Static library header file includes other header files. Should i need those header files' implementations/source files?
I have a static library file (.a file), which I linked in my program. I included the header file for using the library. As far as i know if i link a library i dont need the implementations, because th[详细]
2023-04-05 22:49 分类:问答Android NDK - how to link a C++ library statically with another C++library
I have a C++ lib called mylib, compiled with ndk-build of Android NDK r6b under CYGWIN. The resulting library file is called libmylib.so.[详细]
2023-04-03 17:08 分类:问答How to link static library with cmake in 64bit linux?
I build my project with cmake in linux. I link some static libraries by using set(BUILD_SHARED_LIBS FALSE)[详细]
2023-04-02 19:32 分类:问答Function Level linking in gcc
I search in old t开发者_开发问答hreads. But didn\'t find any thread answering my question. Is gcc support function level linking like vc++ ?[详细]
2023-04-02 13:05 分类:问答I'm unable to get WiEngine skeleton project to run
So I\'m trying to port some cocos2d iOS apps over to Android and it looks like WiEngine is the most fully featured port of cocos2d to android ( http://www.wiyun.com/web/wiengine ), however I\'m having[详细]
2023-04-02 05:15 分类:问答Static linking libcurl using c
I am using Libcurl in my application with C and GNU compiler on a linux machine. Application also uses OpenSSL libraries and some other libraries. I am trying to statically link the libraries, except[详细]
2023-04-01 06:17 分类:问答