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