On 10/14/2012 11:43 PM, Alex Rønne Petersen wrote:
> Yep, those errors are always a sign that a proper main function is missing. I
> have no idea why you would get it otherwise, though.

What happens is when the compiler sees main(), it triggers the compiler to emit a bunch of extra declarations into the object file. The missing symbols Gerry is seeing are just those declarations.

Reply via email to