지난번에 Cannot find -lgcc_s.a 문제는
libgcc.a라는 화일을 libgcc_s.a 라고 복사 해서 해결했습니다..
(해결 된거 맞는지 모르겠군요.. 컴파일은 되는데. 라이브러리가 이상하지 않
을까요?)
다른 분들은 폴더 안에 libgcc_s.a 화일이 없다고 하는데.. 이상하네여,

또다른 질문입니다. 어쨋든.. termcap 은 완벽한 해결방법을 찾을 수 없어
QT를 설치하기로 했는데요. 컴퓨터에 QT-3.1 이 설치 되어 있더군여..
이것 저것 깔다보니 깔려있는건지 잘 모르겟지만..

QT-2.3.1 에서도 똑같이 이 에러가 납니다..
해결 좀 해주세요..

물론 강의 내용을 처음부터 충실히 따라 읽고 적용한겁니다.
여러번 해봤으나 안됩니다..

[root@arimigy example]# make clean;make all
rm -f hello.o main.o moc_hello.o moc_hello.cpp hello
rm -f *~ core
armv5l-linux-g++ -c -pipe -Wall -W -O2 -DNO_DEBUG -I/usr/armv5l-
linux/include -I
/usr/lib/qt-3.1/include -o hello.o hello.cpp
armv5l-linux-g++ -c -pipe -Wall -W -O2 -DNO_DEBUG -I/usr/armv5l-
linux/include -I
/usr/lib/qt-3.1/include -o main.o main.cpp
/usr/lib/qt-3.1/bin/moc hello.h -o moc_hello.cpp
armv5l-linux-g++ -c -pipe -Wall -W -O2 -DNO_DEBUG -I/usr/armv5l-
linux/include -I
/usr/lib/qt-3.1/include -o moc_hello.o moc_hello.cpp
armv5l-linux-g++ -o hello hello.o main.o moc_hello.o -L/usr/lib/qt-
3.1/lib -L/
usr/X11R6/lib -L/usr/armv5l-linux/lib -lqt -lXext -lX11 -lm
/usr/lib/qt-3.1/lib/libqt.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [hello] Error 1
[root@arimigy example]#
[root@arimigy example]#