Dear emacs: I want to compile a executable image "gdbserver" to run on arm9 board, and I download source file gdb-6.6.tar.gz from ftp://ftp.gnu.org/gnu/gdb and compiled it on redhat linux pc(kernel 2.4.20.8) , the compiler is arm-linux-uclibc-gcc (version 3.4.2) when I do like this : 1) at folder /gdb-6.6, ./configure --build=i686-pc-linux-gnu --host=arm-linux-uclibc 2) make I found error "no termcap library found" so I download termcap termcap-1.3.1.tar.gz from ftp://ftp.gnu.org/gnu/termcap and compile it, produce "libtermcap.a" (use arm-linux-uclibc-gcc) and copy this file "libtermcap.a" to /gdb-6.6, and do "make", the error "no termcap library found" still exist, why? can you response to me? Look forward it... Thanks and Best reguard! br\giant