Hi, and Happy New Year, I hope it's a good one!
I pasted the configure/build script from blfs-book-cvs-html-20061006
for Qt-3.3.7 and it immediately exits with:
bash: ./configure: No such file or directory
here is the beginning of the script:
sed -i -e 's:$(QTDIR)/include:&/qt:' \
-e 's:$(QTDIR)/lib:&/qt:' \
mkspecs/linux*/qmake.conf &&
bash
export PATH=$PWD/bin:$PATH &&
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH &&
./configure -prefix /usr \
-docdir /usr/share/doc/qt \
-header.......
What do I need to do to fix the "bash" command?
Thanks, Arden
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page