D seems interesting, but...

Walter Bright newshound2 at digitalmars.com
Mon Oct 15 06:27:27 PDT 2012


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.


More information about the Digitalmars-d mailing list