symbol lookup error in shared library for existing function from static library
I have a static library “import” that provides a non-member function import_init(char*) as well as a class ImportObject with the member function Import(char*) that references import_init(char*).