Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-libraries

Is there a .def file equivalent on Linux for controlling exported function names in a shared library?

c++ c ubuntu shared-libraries

How to build GSL with msvc2010?

Proper use libdl and dynamically linked libraries

c dll shared-libraries

Loading 3rd party shared libraries from an Android native activity

Can I build a shared library by linking static libraries?

How to force using local shared libraries over system libraries?

How to hide the exported symbols name within a shared library

c++ c gcc shared-libraries

g++ compile error: undefined reference to a shared library function which exists

Why am I getting undefined reference to pthread_mutexattr_settype?

Alternative id generators for types

c++ shared-libraries c++17

Using $ORIGIN with setuid application does not fail as expected

Loading multiple shared libraries with different versions

Returning a shared library symbol table

Executing a shared library on Unix

c unix shared-libraries

Is there a way to "statically" interpose a shared .so (or .o) library into an executable?

c++ c gcc shared-libraries

Load 32-bit shared library from 64-bit application?

c++ shared-libraries

How to call a function from a shared library?

How to avoid having version numbers in .so file name

extending default lib search path in ubuntu

Dynamic Shared Library compilation with g++

c++ linux g++ shared-libraries