<div class="gmail_quote">2009/12/13 Stefan Löffler <span dir="ltr">&lt;<a href="mailto:st.loeffler@gmail.com">st.loeffler@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote">2009/12/11 Ignasi Furió <span dir="ltr">&lt;<a href="mailto:ignasi.furio@uib.cat" target="_blank">ignasi.furio@uib.cat</a>&gt;</span><div><br></div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

The output result is attached. Now it complains about<br>
<br>
d:/kde/bin/../lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x1c2): undefined reference to `_Unwind_Resume&#39;<br></blockquote></div><div><br>Googling left me with a few possible causes. After trying to reproduce the problem myself, I have a suspicion. MinGW seems to still ship with gcc 3.x, which is quite outdated. Therefore, they also began providing the new 4.x series, but apparently not yet by default. The 4 in Mingw4 may suggest, however, that it was built with gcc 4.x, which would make the libraries almost certainly incompatible.<br>

For now, I see two alternatives. On the one hand, you could try other KDE mirrors with the Mingw option (instead of Mingw4) to see if any of them still provide all the libs we need. On the other hand, you could try to grab the mingw gcc 4.x suite. This can&#39;t be done with the automated installer, however, and I haven&#39;t tried to get it up and running myself, yet. I hope it&#39;s not that difficult, though. Just make sure you run the correct versions (in case you have both the 3.x series and the 4.x series, eventually). You can check the version by issuing `g++ --version` on the command line.<br>
</div></div></blockquote><div><br></div></div>OK, I tested it now, and it works. Here&#39;s what I did:<br>1) Make sure you have 7-zip &gt; 4.61 for opening tar.lzma<br>2) <a href="http://www.mingw.org/">http://www.mingw.org/</a> and click on &quot;Downloads&quot;. On the following page, open the &quot;GCC Version 4&quot; folder and the &quot;Current Release&quot; folder inside. From there, download gcc-full-*-mingw32-bin-2.tar.lzma (gcc-full-4.4.0-mingw32-bin-2.tar.lzma at the time of writing). Open the contents with 7-zip and extract the folders to C:\MinGW, replacing existing files.<br>
3) Rebuild hunspell<br>4) Add the following lines to your TeXworks.pro (in the place where you edit it before):<br>    QT =<br>    LIBS += -lQtScript4 -lQtScriptTools4 -lQtXml4 -lQtGui4 -lQtCore4<br>5) Rebuild Tw<br><br>Of you confirm that this works, I&#39;ll update the guide.<br>
Cheers,<br>-Stefan<br>