Dear all,
I was installed Qt4.3.0 version and minGW.
Here I am trying to compile one simple Qt program but I am getting errors like as follows:


C:\Documents and Settings\Administrator\Desktop\hello>C:\QT\4.3.0\b in\qmake -pro
ject

C:\Documents and Settings\Administrator\Desktop\hello>C:\QT\4.3.0\b in\qmake hello.pro

C:\Documents and Settings\Administrator\Desktop\hello>C:\QT\4.3.0\b in\qmake -o project

C:\Documents and Settings\Administrator\Desktop\hello>C:\QT\4.3.0\b in\qmake -o Makefile

C:\Documents and Settings\Administrator\Desktop\hello>C:\QT\4.3.0\b in\qmake

C:\Documents and Settings\Administrator\Desktop\hello>make
'make' is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\Administrator\Desktop\hello>C:\QT\4.3.0\b in\make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Documents and Settings/Administrator/Des
ktop/hello'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -
DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..
\..\..\Qt\4.3.0\include\QtCore" -I"..\..\..\..\Qt\4.3.0\include\QtCore" -I"..\..
\..\..\Qt\4.3.0\include\QtGui" -I"..\..\..\..\Qt\4.3.0\include\QtGui" -I"..\..\.
.\..\Qt\4.3.0\include" -I"." -I"..\..\..\..\Qt\4.3.0\include\ActiveQt" -I"debug"
-I"." -I"..\..\..\..\Qt\4.3.0\mkspecs\default" -o debug\hello.o hello.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -mthreads -Wl -Wl,-subsystem,windows -o "debug\hello.exe" debug\hello.o -L"c
:\Qt\4.3.0\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot fin
d -lQtGuid4
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\hello.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Documents and Settings/Administrator/Desk
top/hello'
mingw32-make: *** [debug] Error 2


Here I am getting two errors like above.

plz give help me in this regard


Regards
Jivan