linux version : 2.6.12-1.1387_FC4
gcc version : 2.6.12-1.1387_FC4 (Red hat 4.0.0-8)

크로스 컴파일 환경을 구축해보려고
<강좌 CROSS GCC 3.3R EZ-X5 -- gcc 3.3 크로스 컴파일러 만들기 > 를 따라서
하는중에 GDB6.0 설치시에 에러가 납니다.

[root@localhost gdb-6.0]# ./configure --target=armv5l-linux --build=i686-
pc-linux-gnu --prefix=/usr
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... armv5l-unknown-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-as... no
checking for as... (cached) as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... (cached) dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... (cached) ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... (cached) nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... (cached) windres
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... (cached) objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... (cached) objdump
checking for armv5l-linux-ar... no
checking for armv5l-linux-as... no
checking for armv5l-linux-dlltool... no
checking for armv5l-linux-ld... no
checking for armv5l-linux-nm... no
checking for armv5l-linux-ranlib... no
checking for armv5l-linux-windres... no
checking whether to enable maintainer-specific portions of Makefiles...
no
creating ./config.status
creating Makefile
[root@localhost gdb-6.0]#

이제 막 공부를 시작한 터라서 vim configure 해봐도 잘 이해되지 않고
다른분들은 강좌 보시고 설치 하셨다고하니.. 조언 부탁드립니다..

혹시 FedoraCore4여서 그럴수도 있나요? Binutils도 안깔리는데..