Was attempting to build QT 2.3.2 for Debian (actually Progeny Debian that we've done modifaction to, like a number of Woody/Sid backports) the qt build bombs out. (Error below.)
Could be that it's a but in 2.3.2 as 2.3.1 is what's currently in sid. Maybe I'll drop down a version and see what happens. Oh, and to answer the "Why not use the debs?" question: That would involve pushing out new package selections ot a good number of machines, and gets things out of sync with the Solaris boxen. We're trying to add qt to our nfs mounted software for all our supported Unix platforms (well, maybe not Irix. :) Anyway, thanks for any hints/guesses/stabs in the dark. -- Andrew S. Zbikowski | http://www.ringworld.org/~zibby Bender: You just think that robots are machines built by humans to make their lifes easier. Fry: Well, aren't they? Bender: I've never made anyone's life easier and you know it! -- g++ -L/soft/qt/2.3.2/Linux/lib -Wl,-rpath,/soft/qt/2.3.2/Linux/lib -o /soft/qt/2.3.2/Linux/bin/uic uic.o ../shared/widgetdatabase.o ../shared/domtool.o ../integration/kdevelop/kdewidgets.o -L/soft/qt/2.3.2/Linux/lib -lqutil -L../lib -lqt /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `dlerror' /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `pthread_getspecific' /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `dlclose' /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `pthread_key_create' /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `dlopen' /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `dlsym' /soft/qt/2.3.2/Linux/lib/libqt.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[6]: *** [/soft/qt/2.3.2/Linux/bin/uic] Error 1 make[6]: Leaving directory `/soft/qt/2.3.2/Linux/tools/designer/uic' make[5]: *** [uic] Error 2 make[5]: Leaving directory `/soft/qt/2.3.2/Linux/tools/designer' make[4]: *** [all] Error 2 make[4]: Leaving directory `/soft/qt/2.3.2/Linux/tools/designer' make[3]: *** [designer] Error 2 make[3]: Leaving directory `/soft/qt/2.3.2/Linux/tools' make[2]: *** [all] Error 2 make[2]: Leaving directory `/soft/qt/2.3.2/Linux/tools' make[1]: *** [sub-tools] Error 2