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 libfixapi.so is the corresponding library
should anyone tell me why?