The different build configuration and target Linux system can load a different number of .so libraries. Add and check own libraries.
4 lines
86 B
C++
4 lines
86 B
C++
extern "C" int b_function();
|
|
|
|
extern "C" int a_function() { return b_function(); }
|