I'm new to c libraries and I'm making a project where I'm not allowed to use libtool.
I tried looking online but everything either super confusing or just how to make one with no explanation.
I have a few questions:
- Are
.alibraries just a collection of.ofiles? - What is the difference between using
ar -rcvslibtool? - When the linker goes to link a library does it link the whole
.afile or just the part it needs?