2019-10-16 06:31 AM
2019-10-16 08:54 PM
You compile your code with header files that contain the definitions of the global symbols of the object files, and then link the object files with the program.
2019-10-16 10:12 PM
You can use the ranlib tool to create a library. It is usually part of the gcc toolchain.
And yes, you would need the headers for the compiler.