Top "Shared-libraries" questions

Shared libraries are libraries that are loaded by programs when they start.

Debugging shared libraries with gdbserver

I am using gdbserver on target and CodeSourcery IDE. My hardware is a gumstix with a omap3530. I can step …

linux gdb shared-libraries gdbserver
Finding where relocations originate

Using Ulrich Drepper's relinfo.pl script, one can easily count the number of relocations of a DSO, but it doesn't …

c++ c linux shared-libraries relocation
Undefined symbol when trying to load a library with dlopen

I'm trying to load a shared library (plugin) I was provided (closed source) with dlopen under a Linux ARM platform. …

c++ compilation linker shared-libraries dlopen
gcc - A static library with undefined symbols?

I'm trying to build a project using a static library, so that the binary can be used even if the …

gcc linker shared-libraries static-libraries static-linking
Linux equivalent of DllMain

In *nix .so libraries, is there an entry point that's invoked by the system when the library is loaded and …

c++ shared-libraries shared-objects
C++: Undefined symbols when loading shared library with dlopen()

I have an issue when I try to use dlopen() to load a shared library into another shared library. I …

c++ shared-libraries dlopen undefined-symbol
JS - Can't combine lib files

I have multiple lib files in an an index.html file, that are loaded in proper sequence for an app …

javascript html shared-libraries synchronous
Linux capabilities (setcap) seems to disable LD_LIBRARY_PATH

I use LD_LIBRARY_PATH to set the path of a certain user library for an application. But if I …

linux shared-libraries linux-capabilities
How to add shared library search path to a executable file?

I build the ffmpeg with librtmp. My librtmp is at /opt/librtmp/lib. When I execute the ffmpeg, it said: ./…

shared-libraries ld ldd
Is there any way to use StaticResource in a WPF control library and be able to view at design-time?

I have a WPF Control Library that is being added to a windows forms application. We want to allow the …

c# wpf xaml shared-libraries resourcedictionary