After all of the input files have been read and all symbol resolution is complete, the link-editor searches the internal symbol table for any symbol references that have not been bound to symbol definitions.
My project consists of a couple of static libraries, which are linked together in a final step. Now I have …
c++ gcc ld undefined-symbol nm