<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;InterlockedCompareExchange@12&quot; not be found in DLL &quot;libstdc++6.dll&quot;]]></title><description><![CDATA[<p dir="auto">Hey,<br />
I use Qt5.1.0 with mingw48_32 on Windows 7 64bit. For some reason I had to add another compiler version. I downloaded Mingw 32 bit with gcc 4.7.2 and added it as custom compiler to Qt Creator.<br />
I configured it as follows:</p>
<p dir="auto">name: MinGW4.7</p>
<p dir="auto">path to compiler: C:\MinGW\bin\g++.exe</p>
<p dir="auto">path to make:  C:\MinGW\bin\mingw32-make.exe</p>
<p dir="auto">ABI: x86-windows-msys-pe-32bit</p>
<p dir="auto">header path: C:\MinGW\include</p>
<p dir="auto">Then I created a custom Kit which makes use of the custom compiler.</p>
<p dir="auto">When I compile my project with this kit, and later click on the generated .exe file, I receive an error similar to this (translated from German):</p>
<p dir="auto"><em>"InterlockedCompareExchange@12" could not be found in DLL "libstdc++6.dll"</em></p>
<p dir="auto">What might this be? And how can I solve it? Did I add the custom compiler wrongly?</p>
]]></description><link>https://forum.qt.io/topic/36353/interlockedcompareexchange-12-not-be-found-in-dll-libstdc-6-dll</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 18:17:22 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/36353.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Jan 2014 16:38:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;InterlockedCompareExchange@12&quot; not be found in DLL &quot;libstdc++6.dll&quot; on Thu, 09 Jan 2014 09:43:27 GMT]]></title><description><![CDATA[<p dir="auto">AFAIK, no, you'll need to rebuild Qt</p>
]]></description><link>https://forum.qt.io/post/210053</link><guid isPermaLink="true">https://forum.qt.io/post/210053</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 09 Jan 2014 09:43:27 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;InterlockedCompareExchange@12&quot; not be found in DLL &quot;libstdc++6.dll&quot; on Thu, 09 Jan 2014 09:14:36 GMT]]></title><description><![CDATA[<p dir="auto">Yes, that was my guess, too. So is there a way to have Qt with MinGW 4.7 other than recompile Qt?</p>
<p dir="auto">For now I simply replaced the incompatible 4.7-.dlls with the 4.8 counterparts, namely libgomp-1.dll and libstdc++6.dll. I hope, no further problems occur...</p>
<p dir="auto">Thanks for the response!</p>
]]></description><link>https://forum.qt.io/post/210045</link><guid isPermaLink="true">https://forum.qt.io/post/210045</guid><dc:creator><![CDATA[my-tien]]></dc:creator><pubDate>Thu, 09 Jan 2014 09:14:36 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;InterlockedCompareExchange@12&quot; not be found in DLL &quot;libstdc++6.dll&quot; on Wed, 08 Jan 2014 20:30:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">AFAIK, you can't mix libraries built with MinGW 4.7 and MinGW 4.8</p>
]]></description><link>https://forum.qt.io/post/209958</link><guid isPermaLink="true">https://forum.qt.io/post/209958</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 08 Jan 2014 20:30:36 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;InterlockedCompareExchange@12&quot; not be found in DLL &quot;libstdc++6.dll&quot; on Wed, 08 Jan 2014 16:39:35 GMT]]></title><description><![CDATA[<p dir="auto">I should add, that the compiler works without problems for other projects that are not Qt related.</p>
]]></description><link>https://forum.qt.io/post/209929</link><guid isPermaLink="true">https://forum.qt.io/post/209929</guid><dc:creator><![CDATA[my-tien]]></dc:creator><pubDate>Wed, 08 Jan 2014 16:39:35 GMT</pubDate></item></channel></rss>