shared-libraries
Replacing shared object (.so file) while main program is running
I have a shared object gateway.so (in Linux/C). Anda.out application is using it. QUESTION A I guess: w开发者_运维百科hen process a.out starts, the loader loads the gateway.so(I am not using dl fun[详细]
2023-04-12 20:12 分类:问答gcc option to ignore the libstdc++.so.5 dependency
after building the shared librrary using gcc, the shared library builds fine, but when i issue \"ldd\" it give me the dependency on \"libstdc++.so.5\" is there any w开发者_如何学Goay to tell the compi[详细]
2023-04-12 16:55 分类:问答correct linking order with ifort and .so libraries
I have two 3rd party libraries A.so and B.so that I am linking together with my executable executable.exe. A.so contains a bug that is addressed by B.so, that is, say:[详细]
2023-04-12 13:33 分类:问答How can I link with a directory which might not exist while running?
I\'m writing a library for Linux which has some functionality which relies on the a shared library libfoo.so.[详细]
2023-04-12 02:49 分类:问答Creating ELF image
I need to create an ELF image file from shared objects (.so files) and write it to another partition in Windows. Then open this partition in L开发者_运维百科inux and load the shared objects.[详细]
2023-04-12 00:37 分类:问答Linker error: undefined reference to shared object
I am trying to use an external library called iniparser in my C program. I\'m using gcc 4.4. I put the iniparser library in a subdirectory called lib/ header files are in lib/iniparser/src and the li[详细]
2023-04-11 12:07 分类:问答linux .so windows .dll - using different librarys "on demand"
I have a collection of so files on linux, e.g.: netio.so.tcp and netio.so.tcp. (in fact this architecture is on开发者_JAVA技巧ly needed because of some proprietary network protocols)[详细]
2023-04-11 08:52 分类:问答library deployed on Weblogic server as Prepared
I have a 2 war projects deployed as a library on a weblogic server (version 1 and version 2) and an EAR project deployed on the same server that u开发者_运维问答ses the library.[详细]
2023-04-11 02:34 分类:问答Linkage error using shared dll with minimal C++/SWIG/Lua code
This is a really specific compilation problem involving C++, SWIG and Lua. I have a really simple base code :[详细]
2023-04-10 23:33 分类:问答iOS linked frameworks affecting load time?
I\'ve got an iOS app that links to 15 Apple frameworks (including the ~3 basic ones every app开发者_高级运维 uses). I\'ve noticed that my app\'s load time, and time restoring from the background, is p[详细]
2023-04-10 19:47 分类:问答