Please do not kick or poke a finger - I am green as brilliant green noob.
I took the distr of debian 6.0.6, installed it on the virtual machine, launched the console. Installed Qt from reps. There is a good lesson about it. But running the make utility to build the first example ends in an error:
root@postgresql /home/test# qmake -project root@postgresql /home/test# qmake root@postgresql /home/test# make g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o first.o first.cpp g++ -Wl,-O1 -o test first.o -L/usr/lib -lQtGui -lQtCore -lpthread gcc first.o all -o first gcc: all: No such file or directory make: *** [first] Error 1
Shoveled the tutorial, climbed the Qt site - and did not find the answer - can you help? I am a beginner in Linux ...