-ltermcap error

Lucas Vogel plug-discuss@lists.PLUG.phoenix.az.us
Sat, 14 Jul 2001 19:40:07 -0700


Can someone help me with this? 

gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase 
-L../lib -leststring -ltermcap -ldl -lm -lstdc++ -lgcc
/usr/i486-suse-linux/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
make[1]: *** [ch_lab] Error 1
make: *** [main] Error 2                      

I have libtermcap installed on my computer, yet I get this error...

Thanks

Lucas Vogel