<div class="gmail_quote">2012/3/7 Den Jean <span dir="ltr"><<a href="mailto:Den.Jean@telenet.be">Den.Jean@telenet.be</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Tuesday 06 March 2012 21:52:55 Juha Manninen wrote:<br>
>  Is there any easy way to fix it?<br>
</div>I can confirm that recompilation on Mint 12 64bit solves this.<br>
On Mint 12 32bit I did not notice problems.<br>
<br>
quick instructions:<br>
===================<br>
sudo apt-get install -y qt4-dev-tools<br>
wget <a href="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/splitbuild-qt4pas-V2.5_Qt4.5.3.tar.gz" target="_blank">http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/splitbuild-qt4pas-V2.5_Qt4.5.3.tar.gz</a><br>

tar zxvf splitbuild-qt4pas-V2.5_Qt4.5.3.tar.gz<br>
cd splitbuild-qt4pas-V2.5_Qt4.5.3/<br>
qmake<br>
make -j 4<br>
sudo make install<br>
<br>
Note: I you have manually installed the libraries in another<br>
place than the qt4 default lib location (qmake -query | grep LIB),<br>
you need to manually remove the other libs ofcourse.<br></blockquote></div><br>Thanks.<br>I did basically the same things but partly using graphical tools. I am not a cmd line freak although I like Linux.<br>For "make" I should maybe use "-j 3" because my AMD processor has only 3 cores. It had 4 but then it was dropped from the manufacturing line, 1 core broke and they decided to sell it as a 3-core processor. :)<br>
<br>Juha<br><br>