I installed the Qt/X11 and tried to make a cpp (the tutorial 1). Could anyone can teach me how to solve the problem please?? ^.^
[root@localhost untitled folder]# make
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/Qt-4.1.0/mkspecs/linux-g++ -I. -I/usr/local/Trolltech/Qt-4.1.0/include/QtCore -I/usr/local/Trolltech/Qt-4.1.0/include/QtGui -I/usr/local/Trolltech/Qt-4.1.0/include -I. -I. -I. -o main.o main.cpp
g++ -Wl,-rpath,/usr/local/Trolltech/Qt-4.1.0/lib -o untitled folder main.o -L/usr/local/Trolltech/Qt-4.1.0/lib -lQtGui_debug -L/usr/X11R6/lib -L/tmp/qt-x11-opensource-src-4.1.0/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore_debug -lz -lm -ldl -lpthread
g++: folder: 沒有此一檔案或目錄
make: *** [untitled] Error 1