shared-libraries
A question on shared library and thread specific data
This question is in reference to gdb and valgrind within a makefile. I found the reason of segmentation fault as pointed out in the previous quetion and I now don\'t know how to solve the issue. I am[详细]
2023-04-05 10:44 分类:问答Failed to link libstlport_shared, even though it's present...?
I\'m just about ready to start banging my head off the wall here. I\'ve read every SO thread I can find about this issue, read every single google result on the issue and can\'t find squat. I\'m build[详细]
2023-04-05 08:47 分类:问答How to make a fix in one of the shared libraries (.so) in the project on linux?
I want to 开发者_C百科make a quick fix to one of the project\'s .so libraries. Is it safe to just recompile the .so and replace the original? Or I have to rebuild and reinstall the whole project? Or i[详细]
2023-04-04 21:11 分类:问答Library for Python: How to call C++ functions from Python program?
There is a library for Python that enables the calling ability (can call functions in C++ format without extern \"C\". Please, could you remind me the name of the libra开发者_如何学Gory? I forgot it\'[详细]
2023-04-04 04:14 分类:问答While migrating from Heroku Bamboo to Cedar stack, some native libraries are missing! How to fix it?
I am migrating a production app from bamboo stack to cedar, I successfully pushed the app on cedar but resulting in error like[详细]
2023-04-03 13:14 分类:问答why can't i include a static library into a cpp file?
Is there a way to #include \"library.a\" or it\'s 开发者_如何学C.so or it\'s .o inside a cpp or cc file?[详细]
2023-04-03 09:33 分类:问答Elegantly call C++ from C
We develop some project in plain C (C99). But, we have one library as source codes (math library) in C++. We need this lib开发者_如何学Pythonrary so I would like to ask, what is the most elegant way t[详细]
2023-04-02 12:38 分类:问答What are the default search directories to link a library on Mac OS X
I\'ve build the Google Test with CMake on Mac OS X and get two shared libraries: libgtest.dylib and li开发者_运维问答bgtest_main.dylib. And now I need install both them. I know there are some default[详细]
2023-04-01 20:17 分类:问答load dynamic lib several times into multiple independent scopes
I want to dynamically load a library multiple times into independent scopes, so that each instance has its own memory. Is that possible?[详细]
2023-04-01 18:09 分类:问答PHP Warning: PHP Startup: Unable to load dynamic library: /home/lib.so so: undefined symbol: __gxx_personality_v0 in Unknown on line 0
i\'ve managed to succesfully create a开发者_运维技巧n .php extension. I would like to move further. Insted of using the .cc that i want my .php to link with i would like to add the library.so.[详细]
2023-04-01 16:15 分类:问答