On 8/30/2012 19:29, Earnie Boyd wrote:
> On Wed, Aug 29, 2012 at 6:17 PM, JonY wrote:
>> On 8/30/2012 05:58, niXman wrote:
>>> Hello,
>>>
>>> Can it be affirmed that mingw-w64 CRT built in 32 bit mode is ABI
>>> compatible with CRT from the mingw.org project?
>>> In other words, I am interested if there will appear problems when
>>> using boost(for example) built with the compiler from mingw.org in the
>>> project that uses the mingw-w64 CRT, and vice versa?
>>> Is there any difference how boost is built - dynamically or statically?
>>>
>>>
>>
>> No, it is not compatible. Do not mix compiled code between the 2.
>> Dynamic or static will not matter.
> 
> You didn't say why; I assume it has to do with sjlj versus dwarf2, is
> that correct?
> 

Other than that, there were some differences in the C start up code as
well, at least the last time I tried. So the linker refused to link if
mixing libraries. You might get better chances with DLL import libraries
though.

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to