David Smead wrote:
feynman:/tmp/mspgcc/gdb-6.0# ./configure --prefix=/usr/local/msp430 
--target=msp430
feynman:/tmp/mspgcc/gdb-6.0# make
configure: error: no termcap library found
...

feynman:/tmp/mspgcc/binutils-2.14# locate libtermcap
/lib/libtermcap.so.2
/lib/libtermcap.so.2.0.8

many *nix platforms have separate packages for runtime and development of libraries i.e. the header files only get installed with the -dev packages. so look for a libtemcap-dev or something like that.

chris

Reply via email to