Il mio nuovo pc è un AMD a 64 bit.
Ci ho installato Mandriva 2006 a 64 bit e va che è una meraviglia.
C'è un piccolo problema, però, coi 64 bit: molti pacchetti non sono reperibili in formato RPM . Capita quindi di compilare più frequentemente che in passato.
Capita anche di ricevere un errore in fase di ./configure:
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
Si può ovviare in maniera molto semplice, passando a ./configure queste opzioni:
./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3 --with-qt-includes=/usr/lib/qt3/include --with-qt-libraries=/usr/lib/qt3/lib64 --enable-libsuffix=64