강좌를 보고 따라하는데 자꾸 오류 나서 이렇게 글을 올립니다..



QT 프로그램을 사용해서 터치스크린을 동작하게 하려는데 qt-mips 를 설치 해야되는데 자꾸 gmake에서 오류가 납니다.

qtopia-core-opensource-src-4.3.4.tar.gz  을 풀고  강좌 내용에 따라서
./configure -prefix /qt4/qt-mips -embedded mips -little-endian -release -no-largefile -no-accessibility -no-qt3support -qt-zlib -qt-gif -qt-libpng -no-libmng -qt-libjpeg -qt-mouse-tslib -I/qt4/tslib-mips/include -L/qt4/tslib-mips/lib -no-nis -no-cups -qt-freetype -depths 16,24,32
까지 하고 나서
The tslib functionality test failed!
 You might need to add additional include and library search paths
 by passing the -I and -L switches to ./configure.이런 구문이 뜹니다.
그리고 gmake를 하면 gmake: `first'를 위해 할 일이 없습니다 이렇게 뜨면서 진행이 되지를 않네요~..

좀 도와 주세요.. 아 그리고 ez-s2410 보드에서 터치스크린을 작동하는 예제파일이나 설명서 같은거 있으면 자료좀 주시면 감사합니다.