Unable to dynamically link one specific library from a local directory
I have a compiled project bin/MyProgram
that’s directed to bin/libs/
to load libraries with this in my config.make: PROJECT_LDFLAGS= -Wl,-rpath=./libs
. I can tell it’s working for all except one, libraw.so.20
:
Unable to dynamically link one specific library from a local directory
I have a compiled project bin/MyProgram
that’s directed to bin/libs/
to load libraries with this in my config.make: PROJECT_LDFLAGS= -Wl,-rpath=./libs
. I can tell it’s working for all except one, libraw.so.20
: