[sword-devel] Problems with Bible Time on RedHat 6.1
Troy A. Griffitts
sword-devel@crosswire.org
Tue, 07 Dec 1999 23:41:03 -0700
YES YES YES!!!!
I finally got it compiled!
mea maxima culpa
A Long time ago in a galaxy far far away I once install Qt 2.00 in
/usr/local/. /usr/local/bin was in my path and I think I was pulling
tools from there. I got rid of them and everything compiled fine.
Apologies for the correspondence on this.
-Troy.
"Troy A. Griffitts" wrote:
>
> Joachim,
> I know the configure script is generated, but I have tried every option
> I can think of and still cannot get BibleTime to compile with command
> line options to configure. Here is the last attempt:
>
> ./configure --with-qt-libraries=/usr/lib/qt-1.44/
> --with-qt-includes=/usr/lib/qt-1.44/include/
>
> ok, I've set the QTDIR=/usr/lib/qt-1.44 and now ./configure finds the
> 1.44 libraries, but fails the same way. I've attached an ls -lR of my
> /usr/lib/qt-1.44 directory. Hope this help. Hope I'm just doing
> something stupid.
>
>
>
> > A user got BibleTime working on RH 6.1 using the following options of the
> > configure script:
> >
> > ./configure --with-sworddir=<sworddir> --with-qt-lib=<QT 1.4x -libs>
> > --qith-qt-includes=<QT 1.4x includes>
> >
> > Hope this helps.
> >
> > Hard to improve the installing script of BibleTime because the parts searching
> > for QT ar standard KDE.
>
> ------------------------------------------------------------------------
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> configure:590: checking for gcc
> configure:703: checking whether the C compiler (gcc ) works
> configure:719: gcc -o conftest conftest.c 1>&5
> configure:745: checking whether the C compiler (gcc ) is a cross-compiler
> configure:750: checking whether we are using GNU C
> configure:759: gcc -E conftest.c
> configure:778: checking whether gcc accepts -g
> configure:810: checking how to run the C++ preprocessor
> configure:828: g++ -E conftest.C >/dev/null 2>conftest.out
> configure:854: checking for X
> configure:871: g++ -E conftest.C >/dev/null 2>conftest.out
> configure:947: g++ -o conftest conftest.C -lXt 1>&5
> configure: In function `int main()':
> configure:943: warning: implicit declaration of function `int XtMalloc(...)'
> /usr/bin/ld: cannot open -lXt: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 940 "configure"
> #include "confdefs.h"
>
> int main() {
> XtMalloc()
> ; return 0; }
> configure:1114: checking for a BSD compatible install
> configure:1167: checking whether build environment is sane
> configure:1205: checking whether make sets ${MAKE}
> configure:1234: checking for ranlib
> configure:1274: checking for ld used by GCC
> configure:1331: checking if the linker (/usr/bin/ld) is GNU ld
> GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
> configure:1347: checking for BSD-compatible nm
> configure:1384: checking whether ln -s works
> configure:1413: checking for main in -lcompat
> configure:1428: gcc -o conftest -g -O2 conftest.c -lcompat 1>&5
> /usr/bin/ld: cannot open -lcompat: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 1421 "configure"
> #include "confdefs.h"
>
> int main() {
> main()
> ; return 0; }
> configure:1449: checking for main in -lcrypt
> configure:1464: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5
> configure:1485: checking for the third argument of getsockname
> configure:1510: g++ -c conftest.C 1>&5
> configure:1567: checking for dnet_ntoa in -ldnet
> configure:1589: g++ -o conftest conftest.C -ldnet 1>&5
> /usr/bin/ld: cannot open -ldnet: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 1575 "configure"
> #include "confdefs.h"
> /* Override any gcc2 internal prototype to avoid an error. */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
> builtin and then its argument prototype would still apply. */
> char dnet_ntoa();
>
> int main() {
> dnet_ntoa()
> ; return 0; }
> configure:1611: checking for dnet_ntoa in -ldnet_stub
> configure:1633: g++ -o conftest conftest.C -ldnet_stub 1>&5
> /usr/bin/ld: cannot open -ldnet_stub: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 1619 "configure"
> #include "confdefs.h"
> /* Override any gcc2 internal prototype to avoid an error. */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
> builtin and then its argument prototype would still apply. */
> char dnet_ntoa();
>
> int main() {
> dnet_ntoa()
> ; return 0; }
> configure:1655: checking for gethostbyname
> configure:1686: g++ -o conftest conftest.C 1>&5
> configure:1751: checking for connect
> configure:1782: g++ -o conftest conftest.C 1>&5
> configure:1848: checking for remove
> configure:1879: g++ -o conftest conftest.C 1>&5
> configure:1946: checking for shmat
> configure:1977: g++ -o conftest conftest.C 1>&5
> configure:2046: checking for killpg in -lucb
> configure:2068: g++ -o conftest conftest.C -lucb 1>&5
> /usr/bin/ld: cannot open -lucb: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 2054 "configure"
> #include "confdefs.h"
> /* Override any gcc2 internal prototype to avoid an error. */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
> builtin and then its argument prototype would still apply. */
> char killpg();
>
> int main() {
> killpg()
> ; return 0; }
> configure:2145: checking for Qt
> configure:2390: checking for moc
> configure:2476: checking for rpath
> configure:2505: checking for bool
> configure:2525: g++ -c conftest.C 1>&5
> configure:2574: checking host system type
> configure:2595: checking target system type
> configure:2613: checking build system type
> configure:2674: checking for working aclocal
> configure:2687: checking for working autoconf
> configure:2700: checking for working automake
> configure:2713: checking for working autoheader
> configure:2726: checking for working makeinfo
> configure:2778: checking for a C-Compiler
> configure:2890: checking whether the C compiler (gcc -g -O2 ) works
> configure:2906: gcc -o conftest -g -O2 conftest.c 1>&5
> configure:2932: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
> configure:2937: checking whether we are using GNU C
> configure:3011: checking how to run the C preprocessor
> configure:3032: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:3073: checking for a C++-Compiler
> configure:3079: checking for g++
> configure:3195: checking whether the C++ compiler (g++ -s) works
> configure:3211: g++ -o conftest -s conftest.C 1>&5
> configure:3237: checking whether the C++ compiler (g++ -s) is a cross-compiler
> configure:3242: checking whether we are using GNU C++
> configure:3251: g++ -E conftest.C
> configure:3391: checking whether NLS is requested
> configure:3419: checking for msgfmt
> configure:3453: checking for gmsgfmt
> configure:3496: checking for xgettext
> configure:3544: checking for KDE
> configure:3680: checking for extra includes
> configure:3708: checking for extra libs
> configure:3835: checking for kde headers installed
> configure:3882: g++ -c -O2 -Wall -I/usr/include/kde -I/usr/lib/qt-1.44/include/ -I/usr/X11R6/include conftest.C
> configure:3890: checking for kde libraries installed
> configure:3893: /bin/sh ./libtool --mode=link g++ -o conftest -O2 -Wall -I/usr/include/kde -I/usr/lib/qt-1.44/include/ -I/usr/X11R6/include -s -L/usr/lib -L/usr/lib/qt-1.44/ -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11 -rpath /usr/lib -rpath /usr/lib/qt-1.44/ -rpath /usr/X11R6/lib 1>&5
> mkdir .libs
> g++ -o conftest -O2 -Wall -I/usr/include/kde -I/usr/lib/qt-1.44/include/ -I/usr/X11R6/include -s conftest.C -L/usr/lib -L/usr/lib/qt-1.44/ -L/usr/X11R6/lib /usr/lib/libkdecore.so -lqt -lXext -lX11 -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib/qt-1.44/ -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib/qt-1.44/ -Wl,--rpath -Wl,/usr/X11R6/lib
> /usr/lib/libkdecore.so: undefined reference to `QComboBox::insertItem(char const *, int)'
> /usr/lib/libkdecore.so: undefined reference to `darkMagenta'
> /usr/lib/libkdecore.so: undefined reference to `QDir::exists(char const *, bool)'
> /usr/lib/libkdecore.so: undefined reference to `QFont::QFont(char const *, int, int, bool)'
> /usr/lib/libkdecore.so: undefined reference to `darkBlue'
> /usr/lib/libkdecore.so: undefined reference to `QString::contains(char, bool) const'
> /usr/lib/libkdecore.so: undefined reference to `QGDict::hashKey(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QDir::QDir(char const *, char const *, int, int)'
> /usr/lib/libkdecore.so: undefined reference to `QApplication::setPalette(QPalette const &, bool)'
> /usr/lib/libkdecore.so: undefined reference to `QGDictIterator::getKey(void) const'
> /usr/lib/libkdecore.so: undefined reference to `blue'
> /usr/lib/libkdecore.so: undefined reference to `QString::replace(unsigned int, unsigned int, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `darkGreen'
> /usr/lib/libkdecore.so: undefined reference to `chk_pointer(bool, char const *, int)'
> /usr/lib/libkdecore.so: undefined reference to `QString::setNum(long)'
> /usr/lib/libkdecore.so: undefined reference to `cyan'
> /usr/lib/libkdecore.so: undefined reference to `QBitmap::QBitmap(int, int, bool)'
> /usr/lib/libkdecore.so: undefined reference to `QPushButton::QPushButton(char const *, QWidget *, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QGDict::remove(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QMessageBox::about(QWidget *, char const *, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `darkCyan'
> /usr/lib/libkdecore.so: undefined reference to `QLineEdit::setText(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QApplication::setFont(QFont const &, bool)'
> /usr/lib/libkdecore.so: undefined reference to `QFile::setName(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QCheckBox::QCheckBox(char const *, QWidget *, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QString::resize(unsigned int)'
> /usr/lib/libkdecore.so: undefined reference to `QString::insert(unsigned int, char)'
> /usr/lib/libkdecore.so: undefined reference to `lightGray'
> /usr/lib/libkdecore.so: undefined reference to `QFileInfo::setFile(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QMenuData::changeItem(char const *, int)'
> /usr/lib/libkdecore.so: undefined reference to `QString::toULong(bool *) const'
> /usr/lib/libkdecore.so: undefined reference to `QString::operator+=(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QRegExp::match(char const *, int, int *) const'
> /usr/lib/libkdecore.so: undefined reference to `QFileInfo::QFileInfo(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `yellow'
> /usr/lib/libkdecore.so: undefined reference to `QGDict::QGDict(unsigned int, bool, bool, bool)'
> /usr/lib/libkdecore.so: undefined reference to `green'
> /usr/lib/libkdecore.so: undefined reference to `QWMatrix::scale(float, float)'
> /usr/lib/libkdecore.so: undefined reference to `QPaintDevice::dpy'
> /usr/lib/libkdecore.so: undefined reference to `QImage::setColor(int, unsigned int)'
> /usr/lib/libkdecore.so: undefined reference to `black'
> /usr/lib/libkdecore.so: undefined reference to `red'
> /usr/lib/libkdecore.so: undefined reference to `QGDict::look(char const *, void *, int)'
> /usr/lib/libkdecore.so: undefined reference to `gray'
> /usr/lib/libkdecore.so: undefined reference to `bitBlt(QPaintDevice *, int, int, QPaintDevice const *, int, int, int, int, RasterOp, bool)'
> /usr/lib/libkdecore.so: undefined reference to `darkGray'
> /usr/lib/libkdecore.so: undefined reference to `darkRed'
> /usr/lib/libkdecore.so: undefined reference to `QRegExp::QRegExp(char const *, bool, bool)'
> /usr/lib/libkdecore.so: undefined reference to `QDir::cleanDirPath(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QString::QString(int)'
> /usr/lib/libkdecore.so: undefined reference to `QImageIO::QImageIO(char const *, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QApplication::setStyle(GUIStyle)'
> /usr/lib/libkdecore.so: undefined reference to `QMenuData::insertItem(char const *, int, int)'
> /usr/lib/libkdecore.so: undefined reference to `QGroupBox::QGroupBox(char const *, QWidget *, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `darkYellow'
> /usr/lib/libkdecore.so: undefined reference to `magenta'
> /usr/lib/libkdecore.so: undefined reference to `QString::toLong(bool *) const'
> /usr/lib/libkdecore.so: undefined reference to `QString::replace(QRegExp const &, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QPixmap::QPixmap(char const *, char const *, QPixmap::ColorMode)'
> /usr/lib/libkdecore.so: undefined reference to `QImage::scanLine(int) const'
> /usr/lib/libkdecore.so: undefined reference to `QDir::setPath(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QString::setNum(unsigned long)'
> /usr/lib/libkdecore.so: undefined reference to `QImage::createAlphaMask(bool) const'
> /usr/lib/libkdecore.so: undefined reference to `QDir::mkdir(char const *, bool) const'
> /usr/lib/libkdecore.so: undefined reference to `QString::findRev(char const *, int, bool) const'
> /usr/lib/libkdecore.so: undefined reference to `QString::findRev(char, int, bool) const'
> /usr/lib/libkdecore.so: undefined reference to `QWidget::setStyle(GUIStyle)'
> /usr/lib/libkdecore.so: undefined reference to `QMenuData::changeItem(QPixmap const &, char const *, int)'
> /usr/lib/libkdecore.so: undefined reference to `QString::insert(unsigned int, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QFile::QFile(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QFont::setFamily(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QLabel::QLabel(char const *, QWidget *, char const *, unsigned int)'
> /usr/lib/libkdecore.so: undefined reference to `QPixmap::QPixmap(int, int, int)'
> /usr/lib/libkdecore.so: undefined reference to `QString::toInt(bool *) const'
> /usr/lib/libkdecore.so: undefined reference to `QString::toUInt(bool *) const'
> /usr/lib/libkdecore.so: undefined reference to `white'
> /usr/lib/libkdecore.so: undefined reference to `QFileInfo::QFileInfo(QDir const &, char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QColor::setNamedColor(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QGDictIterator::get(void) const'
> /usr/lib/libkdecore.so: undefined reference to `QFile::exists(char const *)'
> /usr/lib/libkdecore.so: undefined reference to `QWidget::styleChange(GUIStyle)'
> /usr/lib/libkdecore.so: undefined reference to `QWMatrix::translate(float, float)'
> /usr/lib/libkdecore.so: undefined reference to `QWMatrix::rotate(float)'
> /usr/lib/libkdecore.so: undefined reference to `QString::find(char const *, int, bool) const'
> /usr/lib/libkdecore.so: undefined reference to `QString::find(char, int, bool) const'
> collect2: ld returned 1 exit status
>
> ------------------------------------------------------------------------
> /usr/lib/qt-1.44/:
> total 6
> drwxr-xr-x 2 root root 1024 Oct 17 18:14 bin
> drwxr-xr-x 2 root root 4096 Oct 17 18:14 include
> drwxr-xr-x 2 root root 1024 Oct 17 18:14 lib
>
> /usr/lib/qt-1.44/bin:
> total 171
> -rwxr-xr-x 1 root root 167818 Sep 24 20:19 moc
> -rwxr-xr-x 1 root root 5222 Sep 24 20:19 qtrename140
>
> /usr/lib/qt-1.44/include:
> total 645
> -rw-r--r-- 1 root root 71 Sep 24 20:19 jri.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 jri_md.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 jritypes.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 npapi.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 npupp.h
> -rw-r--r-- 1 root root 2140 Sep 24 20:19 qaccel.h
> -rw-r--r-- 1 root root 63 Sep 24 20:19 qapp.h
> -rw-r--r-- 1 root root 6280 Sep 24 20:19 qapplication.h
> -rw-r--r-- 1 root root 6641 Sep 24 20:19 qarray.h
> -rw-r--r-- 1 root root 2353 Sep 24 20:19 qasyncimageio.h
> -rw-r--r-- 1 root root 2459 Sep 24 20:19 qasyncio.h
> -rw-r--r-- 1 root root 4226 Sep 24 20:19 qbitarray.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qbitarry.h
> -rw-r--r-- 1 root root 1546 Sep 24 20:19 qbitmap.h
> -rw-r--r-- 1 root root 2491 Sep 24 20:19 qbrush.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 qbttngrp.h
> -rw-r--r-- 1 root root 1893 Sep 24 20:19 qbuffer.h
> -rw-r--r-- 1 root root 3419 Sep 24 20:19 qbutton.h
> -rw-r--r-- 1 root root 1946 Sep 24 20:19 qbuttongroup.h
> -rw-r--r-- 1 root root 7978 Sep 24 20:19 qcache.h
> -rw-r--r-- 1 root root 1668 Sep 24 20:19 qcheckbox.h
> -rw-r--r-- 1 root root 66 Sep 24 20:19 qchkbox.h
> -rw-r--r-- 1 root root 1786 Sep 24 20:19 qclipboard.h
> -rw-r--r-- 1 root root 69 Sep 24 20:19 qclipbrd.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qcollect.h
> -rw-r--r-- 1 root root 1775 Sep 24 20:19 qcollection.h
> -rw-r--r-- 1 root root 5844 Sep 24 20:19 qcolor.h
> -rw-r--r-- 1 root root 64 Sep 24 20:19 qcombo.h
> -rw-r--r-- 1 root root 3882 Sep 24 20:19 qcombobox.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qconnect.h
> -rw-r--r-- 1 root root 1799 Sep 24 20:19 qconnection.h
> -rw-r--r-- 1 root root 3532 Sep 24 20:19 qcursor.h
> -rw-r--r-- 1 root root 3853 Sep 24 20:19 qdatastream.h
> -rw-r--r-- 1 root root 6538 Sep 24 20:19 qdatetime.h
> -rw-r--r-- 1 root root 66 Sep 24 20:19 qdatetm.h
> -rw-r--r-- 1 root root 2053 Sep 24 20:19 qdialog.h
> -rw-r--r-- 1 root root 6285 Sep 24 20:19 qdict.h
> -rw-r--r-- 1 root root 5311 Sep 24 20:19 qdir.h
> -rw-r--r-- 1 root root 4261 Sep 24 20:19 qdragobject.h
> -rw-r--r-- 1 root root 3576 Sep 24 20:19 qdrawutil.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qdrawutl.h
> -rw-r--r-- 1 root root 1380 Sep 24 20:19 qdropsite.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qdstream.h
> -rw-r--r-- 1 root root 9823 Sep 24 20:19 qevent.h
> -rw-r--r-- 1 root root 2183 Sep 24 20:19 qfile.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qfiledef.h
> -rw-r--r-- 1 root root 4021 Sep 24 20:19 qfiledefs.h
> -rw-r--r-- 1 root root 4374 Sep 24 20:19 qfiledialog.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qfiledlg.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qfileinf.h
> -rw-r--r-- 1 root root 2702 Sep 24 20:19 qfileinfo.h
> -rw-r--r-- 1 root root 1569 Sep 24 20:19 qfocusdata.h
> -rw-r--r-- 1 root root 4640 Sep 24 20:19 qfont.h
> -rw-r--r-- 1 root root 1854 Sep 24 20:19 qfontdata.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qfontdta.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qfontinf.h
> -rw-r--r-- 1 root root 2524 Sep 24 20:19 qfontinfo.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 qfontmet.h
> -rw-r--r-- 1 root root 3075 Sep 24 20:19 qfontmetrics.h
> -rw-r--r-- 1 root root 3132 Sep 24 20:19 qframe.h
> -rw-r--r-- 1 root root 2851 Sep 24 20:19 qgarray.h
> -rw-r--r-- 1 root root 3496 Sep 24 20:19 qgcache.h
> -rw-r--r-- 1 root root 2668 Sep 24 20:19 qgdict.h
> -rw-r--r-- 1 root root 2022 Sep 24 20:19 qgeneric.h
> -rw-r--r-- 1 root root 7634 Sep 24 20:19 qgl.h
> -rw-r--r-- 1 root root 6777 Sep 24 20:19 qglist.h
> -rw-r--r-- 1 root root 12066 Sep 24 20:19 qglobal.h
> -rw-r--r-- 1 root root 2654 Sep 24 20:19 qgmanager.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qgmanagr.h
> -rw-r--r-- 1 root root 1617 Sep 24 20:19 qgroupbox.h
> -rw-r--r-- 1 root root 66 Sep 24 20:19 qgrpbox.h
> -rw-r--r-- 1 root root 3208 Sep 24 20:19 qgvector.h
> -rw-r--r-- 1 root root 3468 Sep 24 20:19 qheader.h
> -rw-r--r-- 1 root root 1565 Sep 24 20:19 qiconset.h
> -rw-r--r-- 1 root root 8235 Sep 24 20:19 qimage.h
> -rw-r--r-- 1 root root 929 Sep 24 20:19 qimageio.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qintcach.h
> -rw-r--r-- 1 root root 8068 Sep 24 20:19 qintcache.h
> -rw-r--r-- 1 root root 6404 Sep 24 20:19 qintdict.h
> -rw-r--r-- 1 root root 64 Sep 24 20:19 qiodev.h
> -rw-r--r-- 1 root root 4333 Sep 24 20:19 qiodevice.h
> -rw-r--r-- 1 root root 927 Sep 24 20:19 qjpegio.h
> -rw-r--r-- 1 root root 7527 Sep 24 20:19 qkeycode.h
> -rw-r--r-- 1 root root 2461 Sep 24 20:19 qlabel.h
> -rw-r--r-- 1 root root 5091 Sep 24 20:19 qlayout.h
> -rw-r--r-- 1 root root 67 Sep 24 20:19 qlcdnum.h
> -rw-r--r-- 1 root root 2976 Sep 24 20:19 qlcdnumber.h
> -rw-r--r-- 1 root root 64 Sep 24 20:19 qlined.h
> -rw-r--r-- 1 root root 3855 Sep 24 20:19 qlineedit.h
> -rw-r--r-- 1 root root 9604 Sep 24 20:19 qlist.h
> -rw-r--r-- 1 root root 6582 Sep 24 20:19 qlistbox.h
> -rw-r--r-- 1 root root 9139 Sep 24 20:19 qlistview.h
> -rw-r--r-- 1 root root 2408 Sep 24 20:19 qmainwindow.h
> -rw-r--r-- 1 root root 2846 Sep 24 20:19 qmenubar.h
> -rw-r--r-- 1 root root 6106 Sep 24 20:19 qmenudata.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qmenudta.h
> -rw-r--r-- 1 root root 4350 Sep 24 20:19 qmessagebox.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qmetaobj.h
> -rw-r--r-- 1 root root 2565 Sep 24 20:19 qmetaobject.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qmlined.h
> -rw-r--r-- 1 root root 2407 Sep 24 20:19 qmovie.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qmsgbox.h
> -rw-r--r-- 1 root root 5563 Sep 24 20:19 qmultilinedit.h
> -rw-r--r-- 1 root root 3944 Sep 24 20:19 qnp.h
> -rw-r--r-- 1 root root 483 Sep 24 20:19 qobjcoll.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qobjdefs.h
> -rw-r--r-- 1 root root 5287 Sep 24 20:19 qobject.h
> -rw-r--r-- 1 root root 2736 Sep 24 20:19 qobjectdefs.h
> -rw-r--r-- 1 root root 1718 Sep 24 20:19 qobjectdict.h
> -rw-r--r-- 1 root root 1882 Sep 24 20:19 qobjectlist.h
> -rw-r--r-- 1 root root 69 Sep 24 20:19 qpaintd.h
> -rw-r--r-- 1 root root 75 Sep 24 20:19 qpaintdc.h
> -rw-r--r-- 1 root root 5471 Sep 24 20:19 qpaintdevice.h
> -rw-r--r-- 1 root root 3391 Sep 24 20:19 qpaintdevicedefs.h
> -rw-r--r-- 1 root root 1657 Sep 24 20:19 qpaintdevicemetrics.h
> -rw-r--r-- 1 root root 15913 Sep 24 20:19 qpainter.h
> -rw-r--r-- 1 root root 3605 Sep 24 20:19 qpalette.h
> -rw-r--r-- 1 root root 78 Sep 24 20:19 qpdevmet.h
> -rw-r--r-- 1 root root 2213 Sep 24 20:19 qpen.h
> -rw-r--r-- 1 root root 1952 Sep 24 20:19 qpicture.h
> -rw-r--r-- 1 root root 6092 Sep 24 20:19 qpixmap.h
> -rw-r--r-- 1 root root 1373 Sep 24 20:19 qpixmapcache.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 qpmcache.h
> -rw-r--r-- 1 root root 922 Sep 24 20:19 qpngio.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qpntarry.h
> -rw-r--r-- 1 root root 5716 Sep 24 20:19 qpoint.h
> -rw-r--r-- 1 root root 5761 Sep 24 20:19 qpointarray.h
> -rw-r--r-- 1 root root 69 Sep 24 20:19 qpopmenu.h
> -rw-r--r-- 1 root root 3505 Sep 24 20:19 qpopupmenu.h
> -rw-r--r-- 1 root root 2051 Sep 24 20:19 qprintdialog.h
> -rw-r--r-- 1 root root 4167 Sep 24 20:19 qprinter.h
> -rw-r--r-- 1 root root 69 Sep 24 20:19 qprndlg.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 qprogbar.h
> -rw-r--r-- 1 root root 74 Sep 24 20:19 qprogdlg.h
> -rw-r--r-- 1 root root 2019 Sep 24 20:19 qprogressbar.h
> -rw-r--r-- 1 root root 2549 Sep 24 20:19 qprogressdialog.h
> -rw-r--r-- 1 root root 2237 Sep 24 20:19 qpsprinter.h
> -rw-r--r-- 1 root root 65 Sep 24 20:19 qpsprn.h
> -rw-r--r-- 1 root root 6418 Sep 24 20:19 qptrdict.h
> -rw-r--r-- 1 root root 68 Sep 24 20:19 qpushbt.h
> -rw-r--r-- 1 root root 2294 Sep 24 20:19 qpushbutton.h
> -rw-r--r-- 1 root root 3695 Sep 24 20:19 qqueue.h
> -rw-r--r-- 1 root root 71 Sep 24 20:19 qradiobt.h
> -rw-r--r-- 1 root root 1906 Sep 24 20:19 qradiobutton.h
> -rw-r--r-- 1 root root 2301 Sep 24 20:19 qrangecontrol.h
> -rw-r--r-- 1 root root 72 Sep 24 20:19 qrangect.h
> -rw-r--r-- 1 root root 5233 Sep 24 20:19 qrect.h
> -rw-r--r-- 1 root root 2066 Sep 24 20:19 qregexp.h
> -rw-r--r-- 1 root root 4348 Sep 24 20:19 qregion.h
> -rw-r--r-- 1 root root 67 Sep 24 20:19 qscrbar.h
> -rw-r--r-- 1 root root 3270 Sep 24 20:19 qscrollbar.h
> -rw-r--r-- 1 root root 3896 Sep 24 20:19 qscrollview.h
> -rw-r--r-- 1 root root 1634 Sep 24 20:19 qsemimodal.h
> -rw-r--r-- 1 root root 1098 Sep 24 20:19 qshared.h
> -rw-r--r-- 1 root root 1761 Sep 24 20:19 qsignal.h
> -rw-r--r-- 1 root root 1606 Sep 24 20:19 qsignalmapper.h
> -rw-r--r-- 1 root root 2764 Sep 24 20:19 qsignalslotimp.h
> -rw-r--r-- 1 root root 5834 Sep 24 20:19 qsize.h
> -rw-r--r-- 1 root root 3678 Sep 24 20:19 qslider.h
> -rw-r--r-- 1 root root 1892 Sep 24 20:19 qsocketnotifier.h
> -rw-r--r-- 1 root root 74 Sep 24 20:19 qsocknot.h
> -rw-r--r-- 1 root root 3104 Sep 24 20:19 qspinbox.h
> -rw-r--r-- 1 root root 3050 Sep 24 20:19 qsplitter.h
> -rw-r--r-- 1 root root 3694 Sep 24 20:19 qstack.h
> -rw-r--r-- 1 root root 1472 Sep 24 20:19 qstatusbar.h
> -rw-r--r-- 1 root root 11473 Sep 24 20:19 qstring.h
> -rw-r--r-- 1 root root 2660 Sep 24 20:19 qstrlist.h
> -rw-r--r-- 1 root root 2171 Sep 24 20:19 qstrvec.h
> -rw-r--r-- 1 root root 719 Sep 24 20:19 qt_gif.h
> -rw-r--r-- 1 root root 2310 Sep 24 20:19 qtabbar.h
> -rw-r--r-- 1 root root 2449 Sep 24 20:19 qtabdialog.h
> -rw-r--r-- 1 root root 67 Sep 24 20:19 qtabdlg.h
> -rw-r--r-- 1 root root 6806 Sep 24 20:19 qtableview.h
> -rw-r--r-- 1 root root 69 Sep 24 20:19 qtablevw.h
> -rw-r--r-- 1 root root 7059 Sep 24 20:19 qtextstream.h
> -rw-r--r-- 1 root root 1638 Sep 24 20:19 qtimer.h
> -rw-r--r-- 1 root root 1962 Sep 24 20:19 qtoolbar.h
> -rw-r--r-- 1 root root 2480 Sep 24 20:19 qtoolbutton.h
> -rw-r--r-- 1 root root 2444 Sep 24 20:19 qtooltip.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qtstream.h
> -rw-r--r-- 1 root root 2314 Sep 24 20:19 qvalidator.h
> -rw-r--r-- 1 root root 5383 Sep 24 20:19 qvector.h
> -rw-r--r-- 1 root root 2092 Sep 24 20:19 qwellarray.h
> -rw-r--r-- 1 root root 1585 Sep 24 20:19 qwhatsthis.h
> -rw-r--r-- 1 root root 467 Sep 24 20:19 qwidcoll.h
> -rw-r--r-- 1 root root 14291 Sep 24 20:19 qwidget.h
> -rw-r--r-- 1 root root 1958 Sep 24 20:19 qwidgetintdict.h
> -rw-r--r-- 1 root root 1853 Sep 24 20:19 qwidgetlist.h
> -rw-r--r-- 1 root root 1803 Sep 24 20:19 qwidgetstack.h
> -rw-r--r-- 1 root root 70 Sep 24 20:19 qwindefs.h
> -rw-r--r-- 1 root root 1303 Sep 24 20:19 qwindow.h
> -rw-r--r-- 1 root root 8531 Sep 24 20:19 qwindowdefs.h
> -rw-r--r-- 1 root root 2654 Sep 24 20:19 qwmatrix.h
> -rw-r--r-- 1 root root 2102 Sep 24 20:19 qxt.h
>
> /usr/lib/qt-1.44/lib:
> total 2100
> lrwxrwxrwx 1 root root 14 Oct 17 18:14 libqimgio.so -> libqimgio.so.0
> lrwxrwxrwx 1 root root 16 Oct 8 19:33 libqimgio.so.0 -> libqimgio.so.0.1
> -rwxr-xr-x 1 root root 21896 Sep 24 20:19 libqimgio.so.0.1
> lrwxrwxrwx 1 root root 10 Oct 17 18:14 libqt.so -> libqt.so.1
> lrwxrwxrwx 1 root root 13 Oct 8 19:33 libqt.so.1 -> libqt.so.1.44
> -rwxr-xr-x 1 root root 2115611 Sep 24 20:19 libqt.so.1.44