Hi, im trying to compile ccxstream under Suselinux9.0.
once i got it to work under debian, but now i get following error:

cc -lreadline -ltermcap ccxstream.o ccxfile.o ccutil.o ccbuffer.o ccdebug.o ccxmltrans.o ccxencode.o -o ccxstream
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
make: *** [ccxstream] Error 1

which paket do i need to give ld the -ltermcap function?

thx