I use eclipse to compile C++ project.There are some functions that are external interfaces.I add header files but not add corresponding libraries, unexpectedly it compiles successfully.
Using ldd command, results like below.
The not adding librariesImage may be NSFW.
Clik here to view.
The libfixapi.so is the corresponding library
Image may be NSFW.
Clik here to view.
should anyone tell me why?