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
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
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:
I\'m writing a library for Linux which has some functionality which relies on the a shared library libfoo.so.
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.
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
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)
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.
This is a really specific compilation problem involving C++, SWIG and Lua. I have a really simple base code :
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