Below steps are followed...

./configure -prefix /usr/local/Qt_arm -embedded arm -little-endian -fast -DQT_QWS_CLIENTBLIT -depths 16,24,32 -xplatform qws/linux-arm-mygnueabi-g++ -arch arm -no-xinerama -glib -phonon -no-nis -no-opengl -no-cups -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-sm -no-xinerama -no-xshape -no-separate-debug-info -nomake examples -nomake demos -confirm-license -phonon-backend

ERROR is :

To fix this include 'common/gcc-base-.conf and 'common/g++-.conf' instead
Glib support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue

I Found some solution through internet:

sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

After intalling the package also same issue is comming...
Please help me to solve this issue..