DMD 1.007 release

kris foo at bar.com
Wed Feb 21 01:13:05 PST 2007


Walter Bright wrote:
> kris wrote:
> 
>>> Either that, or the o.w. linker has bugs in it. snn.lib works fine.
>>
>>
>> Anything is possible :)
>>
>> Just for posterity, here's the OW linker output; almost all warnings:
>>
>> Warning! W1027: file phobos.lib(typeinfo\ti_Acreal.d): redefinition of 
>> _D11TypeInfo_AC6__initZ ignored
> 
> 
> That's a bug in the OW linker. COMDATs can be multiply defined.
> 
>> Error! E2166: file snn.lib(..\win32\constart.c): both 
>> __DllMainCRTStartup at 12 and _mainCRTStartup marked as starting symbols
>> Error! E2166: file snn.lib(..\win32\winstart.c): both 
>> __DllMainCRTStartup at 12 and _WinMainCRTStartup marked as starting symbols
> 
> 
> Those aren't errors. Multiple start addresses can be in the library, you 
> just can't link both of them into the same exe.
> 
>> Warning! W1027: file snn.lib(..\WIN32\TRACE\TRACE.C): redefinition of 


Thanks; that's useful to know



More information about the Digitalmars-d-announce mailing list