shared-libraries
Compile shared library into a program?
I wrote a program, that uses a shared library installed on my system. This library is seldom installed on other systems. How do I compile my program so that the library doesn\'t need to be installed o[详细]
2023-03-24 15:23 分类:问答Executable shared libraries
Most of the time, 开发者_StackOverflowwhen you compile a shared library, executing it is meaningless and doing so produces nothing useful:[详细]
2023-03-24 02:19 分类:问答Is there a way to list all required dynamic libraries by perl?
As we know many perl modules depends on some dynamic libraries to function,loaded by DynLoader(I don\'t know if there\'开发者_如何学Gos any other way to load .so though).[详细]
2023-03-23 23:47 分类:问答Crosscompiler Binary compatibility in C
I need to verify something for which I have doubts. If a shared library ( .dll) is written in C, with the C99 standard and compiled under a compiler. Say MinGw. Then in my experience it is binary comp[详细]
2023-03-23 05:48 分类:问答Linking error - same symbol in different shared libraries
I am using the function regcomp() in my code. My code links with libonig.so as well as libc.so.6. Both these libraries have their own implementations of regcomp(), however I want to use the implement[详细]
2023-03-23 04:35 分类:问答DLL file copies to the bin directory of one project, but not the other?
I have a solution with 2 projects in it: ProjA and ProjB. ProjA is an application while ProjB is a library. ProjB also references 3 other DLL files (C, D, E). When I build ProjB C, D, and E all go int[详细]
2023-03-23 04:21 分类:问答Profile shared object without recompiling main program
I currently am developing a shared lilbrary for loading into PostgreSQL (as C-Language functions, see here). Now I would like to profile the function in this library without recompiling PostgreSQL its[详细]
2023-03-23 03:10 分类:问答How to make sure the numpy BLAS libraries are available as dynamically-loadable libraries?
The theano installation documentation states, that theano will as a default use the BLAS libraries from numpy, if the \"BLAS libraries are available as dynamically-loadable libraries\". This seems not[详细]
2023-03-22 18:30 分类:问答How do I instruction ld to look for additional directories with c?
I\'m asking the solution in c , NOT command line options. The reason I\'m sure it exists is that Apache can be i开发者_高级运维nstructed to loaded .so dynamically:[详细]
2023-03-22 13:19 分类:问答Error while loading shared library: libconfig++.so.9
While I compile the code in Makefile, I\'ve put LINKPATH = -L/usr/local/lib in the g++ line. And of course \"libconfig++.so.9\" is under /usr/local/lib[详细]
2023-03-22 12:07 分类:问答