<div dir="rtl"><div dir="ltr">You can have exactly the same configuration on Windows.  I just built libcxx to use either libcxxabi or libsupc++, you could do the same with libstdc++. I'm trying to diagnose weird exception issues.</div>

<div dir="ltr"><br></div><div dir="ltr">However with Windows 99% of the people will download a pre-compiled distribution from</div><div dir="ltr"><a href="http://sourceforge.net/projects/mingwbuilds/">http://sourceforge.net/projects/mingwbuilds/</a></div>

<div dir="ltr">or</div><div dir="ltr"><a href="http://www.mingw.org/">http://www.mingw.org/</a><br></div><div dir="ltr">and will not rebuild from sources as is common in FreeBSD or Linux.<br></div><div dir="ltr"><br></div>

<div dir="ltr">Both these popular distributions provide libsupc++.a as a static library and libstdc++ linked against it so the abi is not easily replaceable.</div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr">

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2013/10/9 David Chisnall <span dir="ltr"><<a href="mailto:David.Chisnall@cl.cam.ac.uk" target="_blank">David.Chisnall@cl.cam.ac.uk</a>></span></div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 9 Oct 2013, at 13:59, Yaron Keren <<a href="mailto:yaron.keren@gmail.com">yaron.keren@gmail.com</a>> wrote:<br>


<br>
> BTW, MingW libstdc++ standard DLL build statically links libsupc++ so it's not replaceable. If libcxxabi.dll is also around, two copies of the ABI will exist linked at the same time to different parts of the programs.<br>


<br>
</div>On FreeBSD, we made libsupc++ and libcxxrt into shared libraries and then built libstdc++ as a filter library.  It then links to either libsupc++ or libcxxrt and programs that use it will see the ABI library's symbols as if they had the same symbol version as the old ones in libstdc++.<br>


<br>
This does require linking libstdc++ in a special way, but it doesn't require recompiling any code that links to libstdc++.  I wonder if a similar solution would be possible for Windows?<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
<br>
</font></span></blockquote></div><br></div>