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
Another hack is to take the address of the function somewhere during initialization of the library. This will make sure you actually use the symbol.