I'm trying to install QT 3.0.3 from qt-x11-free-3.0.3.tar.gz.  It compiles
fine.  Takes forever but it finishes successfully.  But when I do a 'make
install', I get this
-------------------------------------------------
[root@server qt]# make install
make[1]: Entering directory `/usr/local/qt'
cd qmake && make
make[2]: Entering directory `/usr/local/qt/qmake'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/qt/qmake'
cd qmake && make install
make[2]: Entering directory `/usr/local/qt/qmake'
[ -d /usr/local/qt/bin ] || mkdir -p /usr/local/qt/bin
cp -f /usr/local/qt/bin/qmake /usr/local/qt/bin
cp: /usr/local/qt/bin/qmake: No such file or directory
make[2]: [install] Error 1 (ignored)
[ -d /usr/local/qt ] || mkdir -p /usr/local/qt
cp -r -f /usr/local/qt/mkspecs /usr/local/qt
make[2]: Leaving directory `/usr/local/qt/qmake'
cd src/moc && make
make[2]: Entering directory `/usr/local/qt/src/moc'
make[2]: *** No rule to make target
`/usr/local/qt/mkspecs/linux-g++/qmake.conf', needed by `Makefile'.  Stop.
make[2]: Leaving directory `/usr/local/qt/src/moc'
make[1]: *** [src-moc] Error 2
make[1]: Leaving directory `/usr/local/qt'
make: *** [install] Error 2
----------------------------------------------------

As near as I can tell it's looking for a qmake.conf file in ../linux-g++/.
I looked and the file isn't there.  When it was compiling I saw references
to that file and it appeared that it existed and all was fine.  I need QT to
install kfirewall.  Anybody have any ideas what's going on?

Thanks,
Brian
BEGIN:VCARD
VERSION:2.1
N:Witowski;Brian
FN:Brian Witowski
ORG:Pyramid Computer Systems
TEL;WORK;VOICE:(231) 331-6090
TEL;CELL;VOICE:(231) 409-9541
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20020324T171728Z
END:VCARD

Reply via email to