Hi! Никто не делал бэкпорт свежего sim'а в ALT Linux Master 2.2? У меня валится в ./configure на проверке Qt. Как выяснилось из config.log, он не может скомпилировать тестовую программу: configure:20222: rm -rf SunWS_cache; g++ -o conftest -O2 -pipe -Wall -O2 -fexpensive-optimizations -march=i686 -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I/usr/X11R6/include -DPIC -fPIC -DQT_THREAD_SUPPORT -D_REENTRANT -L/home/abr/tmp/sim-buildroot//usr/lib -lpthread -L/usr/lib/qt3/lib -L/usr/X11R6/lib -DPIC -fPIC conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE -lresolv -lpthread 1>&5 /home/abr/tmp/ccPEc7rc.o: In function `main': /home/abr/tmp/ccPEc7rc.o(.text+0x18): undefined reference to `QString::null' /home/abr/tmp/ccPEc7rc.o(.text+0x1e): undefined reference to `QStyleFactory::create(QString const &)' collect2: ld returned 1 exit status configure:20225: $? = 1 configure: failed program was: #include "confdefs.h" #include #include #include #include #if ! (QT_VERSION >= 200) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); return 0; } configure:20265: error: Qt (>= Qt 2.0.2) (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! Всё, что требуется ему по BuildReqs, установлено, в том числе и libqt3: $ rpm -qa|grep libqt libqt3-devel-3.1.1-alt3.1 libqt3-3.1.1-alt3.1 Что в консерватории подправить? -- WBR, Andrey Brindeew. "No one person can understand Perl culture completely" (C) Larry Wall.