Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-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

Change Linux shared library (.so file) version after it was compiled

How do shared libraries work in a mixed 64bit/32bit system?

Why do some DLL files need an additional .lib file for linking?

library path when dynamically loaded?

Get Context in Android library

CMake: How to create alias for installing different targets?