Top "Shared-libraries" questions

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

symbol lookup error: ./executableName: undefined symbol: _ZN18QXmlDefaultHandlerC2Ev

I am trying to run an executable on Linux Mint 16 x64 that was compiled for Ubuntu 12 x64. The executable uses …

linux qt linker shared-libraries symbol-table
Android: requires unavailable shared library com.google.android.maps; failing

First of all, I set the Project Build Target in project\properties\android. I created AVD with Level 7 and 8 with …

google-maps shared-libraries android-mapview ddms
How to create a 32-bit shared-library on a 64-bit platform with autotools

I'm using autotools to build my system, which consists primarily of a library. On 64-bit Red Hat platforms, I need …

shared-libraries autotools
CMake: how to produce binaries "as static as possible"

I would like to have control over the type of the libraries that get found/linked with my binaries in …

linker shared-libraries cmake static-linking dynamic-library
How to link using GCC without -l nor hardcoding path for a library that does not follow the libNAME.so naming convention?

I have a shared library that I wish to link an executable against using GCC. The shared library has a …

c++ c gcc linker shared-libraries
cuda shared library linking: undefined reference to cudaRegisterLinkedBinary

Goal: create a shared library containing my CUDA kernels that has a CUDA-free wrapper/header. create a test executable for …

c++ cuda makefile shared-libraries nvcc
classes and static variables in shared libraries

I am trying to write something in c++ with an architecture like: App --> Core (.so) <-- Plugins (.…

c++ shared-libraries
Alternatives to dlsym() and dlopen() in C++

I have an application a part of which uses shared libraries. These libraries are linked at compile time. At Runtime …

c++ shared-libraries dynamic-loading dlsym
Load Jenkins Pipeline Shared Library from same repository

TL;DR Is there a way to import code into the Jenkinsfile from the local repository (other than the load …

jenkins groovy shared-libraries jenkins-pipeline