dynamic-linking
How can I rebuild rpm package exclude some dependencies?
Have next kind of question. Wanna to rebuild garbage collector (gc-7.1-10.el6.src.rpm) and exclude ld-linux.so.2, ld-linux.so.2(GLIBC_2.3) & libpthread.so.0(GLIBC_2.3.2) dependencies.[详细]
2023-04-12 13:58 分类:问答dlclose crashes when copying dynamic libraries
I have an interesting problem that seems to be unresolved by my research on the internet. I\'m trying to load libraries dynamically in my c++ project with the functions from dlfcn.h. The problem is th[详细]
2023-04-12 13:00 分类:问答Calling a native C compiled with VS 2005 from C++/CLI Visual studio 2010 - Cannot open .lib file...
Hi I want to call functions from a C dll to C++/CLI. The C functions are declared extern. I followed this tutorial for linking the dll: http://social.msdn.microsoft.com/Forums/en/Vsexpressvc/thread/84[详细]
2023-04-05 05:12 分类:问答Dynamically created trackbars and Labels and linking them together in C#
I am trying to create trackbars and labels dynamically. In which if a user inputs a number like 4, it creates 4 trackbars and 4 labels.Then if the user moves any of the dynamically created trackbar mo[详细]
2023-04-02 04:27 分类:问答Why is fPIC absolutely necessary on 64 and not on 32bit platforms?
I recently received a: ...relocation R_X86_64_32 against `a local symbol\' can not be used when making a shared object; recompile with -fPIC[详细]
2023-03-31 09:41 分类:问答load time relocation and virtual memory
I am wondering what load-time relocation actually means on a system with virtual memory support.I was thinking that in a system with virtual memory every executable will have addresses starti开发者_如[详细]
2023-03-30 23:38 分类:问答Is there an open source equivalent of Linux' /lib/ld-linux.so for Windows?
Is there an open source program for Windows that offers th开发者_开发知识库e same functionality as Linux\' /lib/ld‑linux.so.2?You might want to look at the ReactOS project.[详细]
2023-03-28 22:52 分类:问答Fix broken links on shared library g++
I have an executable which links to opencv 2.2. However, I have removed opencv 2.2 and I have opencv 2.3 installed.[详细]
2023-03-26 18:27 分类:问答Linking dependency
Start with shared library libA.so that is in /some/lib. I build library (libB.so) that depends on a capability in libA.so. So, when creating libB.so, I include -L/some/lib -lA on the g++ command line.[详细]
2023-03-24 04:50 分类:问答Why not search the directory an ELF binary resides for dynamic libraries on which it depends?
I know that for security sake, \".\" is not included in $PATH, in case that root run other user\'s \"ls\" instead of the /bin/ls, which windows do.[详细]
2023-03-23 13:21 分类:问答