Top "Shared-libraries" questions

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

Linking a shared library using gcc

I have a shared library (*.so) created using Real View Compiler Tools (RVCT 3.2) on windows target. Then I try to …

gcc linker shared-libraries
Determine target ISA extensions of binary file in Linux (library or executable)

We have an issue related to a Java application running under a (rather old) FC3 on an Advantech POS board …

linux shared-libraries executable cpu-architecture instruction-set
How to list library dependencies of a non-native binary?

When developing for native platform, I can use ldd to list all the shared libraries (.so files) a binary executable …

linux gcc shared-libraries cross-compiling binutils
Does Tomcat load the same library file into memory twice if they are in two web apps?

I have two applications under tomcat/webapps folder. tomcat/webapps/App1 tomcat/webapps/App2 Both applications share the same libraries. …

tomcat shared-libraries
Global variables for node.js standard modules?

I know that global variables are bad. But if I am using node's module "util" in 40 files in my framework, …

javascript module node.js global-variables shared-libraries
C/C++ with GCC: Statically add resource files to executable/library

Does anybody have an idea how to statically compile any resource file right into the executable or the shared library …

c++ linux gcc shared-libraries elf
MPI - error loading shared libraries

The problem I faced has been solved here: Loading shared library in open-mpi/ mpi-run I know not how, setting LD_…

shared-libraries mpi linker-errors
How do I create a dynamic library (dylib) with Xcode?

I'm building few command-line utilities in Xcode (plain C, no Cocoa). I want all of them to use my customized …

xcode linker shared-libraries dylib mach-o
python pip specify a library directory and an include directory

I am using pip and trying to install a python module called pyodbc which has some dependencies on non-python libraries …

python shared-libraries pip include-path pyodbc
ctypes error: libdc1394 error: Failed to initialize libdc1394

I'm trying to compile my program to a shared library that I can use from within Python code using ctypes. …

python c++ shared-libraries ctypes libdc1394