Dainius (GreatEmerald) Wrote:

> So, now my (static) library nearly links in Win32. There is only one
> link error, and apparently it's generated by phobos:
> 
>     ..\lib\phobos.lib(dmain2)
>      Error 42: Symbol Undefined __end
> 
> Any clues about what is happening? Admittedly, that phobos.lib is from
> March 20, 2011, so it's rather old by now.

I didn't follow this discussion, but it is telling you there is no main 
function. Are you compiling a library? Maybe you should try giving your program 
a main?

Reply via email to