How to tell GNU linker to only try to find unresolved symbol so far from a specific static library?
I added some symbols into a existing src file, this src file is used by both the main program and an independent library. The added symbols belong to the main program hence locate in a static library where symbols come from a variety of sources.