Shared libraries are libraries that are loaded by programs when they start.
I am using gdbserver on target and CodeSourcery IDE. My hardware is a gumstix with a omap3530. I can step …
linux gdb shared-libraries gdbserverUsing 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 relocationI'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 dlopenI'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-linkingIn *nix .so libraries, is there an entry point that's invoked by the system when the library is loaded and …
c++ shared-libraries shared-objectsI have an issue when I try to use dlopen() to load a shared library into another shared library. I …
c++ shared-libraries dlopen undefined-symbolI have multiple lib files in an an index.html file, that are loaded in proper sequence for an app …
javascript html shared-libraries synchronousI use LD_LIBRARY_PATH to set the path of a certain user library for an application. But if I …
linux shared-libraries linux-capabilitiesI build the ffmpeg with librtmp. My librtmp is at /opt/librtmp/lib. When I execute the ffmpeg, it said: ./…
shared-libraries ld lddI 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