Thursday, April 24, 2014

[SOLVED] collect2: error: ld returned 1 exit status

Someone told me "USUALLY this means that you have unresolved symbols or missing input files".
So I look closer to the huge list of compilation messages, and saw "undefined reference to function...".

And I corrected the undefined reference, and I was happy again :)

No comments: