I\'m trying to build a shared object library that will be opened by a program using dlopen(). This library will use functionality provided by a separate library that is stat
Recently I was searching solution for the same. I found using
--undefined=symbol
or
-u symbol
solves the problem.