let's analyse “collect2: ld returned 1 exit status”?
问题 I know this indicates a linker problem, mostly unresolved symbols. I know that to resolve that problem / to get rid of that errormessage, one would have to provide much more information. I know there is a lot of questions on resolving this problems on SO already. My questions aims at helping to understand make and ld, to find out what (and who) is trying to express what with this line. collect2: ld returned 1 exit status What does "collect2:" mean? Is it a step make invokes ? I can't find an