[S.u.S.E. Linux] Missing termcap-lib?
When I try to compile a program, I get this: g++ -g -Wall -fPIC -I/include -c MAIN_cppmain.cxx g++ -g -o /home/ton/root/bin/cint MAIN_cppmain.o \ -L/home/ton/root/lib -lCint -lm -ltermcap -lbsd -ldl -lg++ -rdynamic /usr/i486-linux/bin/ld: cannot open -ltermcap: No such file or directory make: *** [/home/ton/root/bin/cint] Error 1 It seems to be a problem with the termcap-lib! ton@kemton:/usr/lib > ls -l termcap total 11 -rw-r--r-- 1 root root 11088 Mar 4 20:22 libtermcap.a lrwxrwxrwx 1 root root 24 Jun 17 14:13 libtermcap.so -> /usr/lib/libtermcap.so.2 I seem to be missing the libtermcap.so.2 Where can I get this lib ? I'm running SuSE 5.2 ---------------------------------- E-Mail: ton@kemi.aau.dk Date: 07-Jul-98 Time: 15:13:48 ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Torsten Nielsen wrote:
When I try to compile a program, I get this:
g++ -g -Wall -fPIC -I/include -c MAIN_cppmain.cxx g++ -g -o /home/ton/root/bin/cint MAIN_cppmain.o \ -L/home/ton/root/lib -lCint -lm -ltermcap -lbsd -ldl -lg++ -rdynamic
/usr/i486-linux/bin/ld: cannot open -ltermcap: No such file or directory make: *** [/home/ton/root/bin/cint] Error 1
It seems to be a problem with the termcap-lib!
ton@kemton:/usr/lib > ls -l termcap total 11 -rw-r--r-- 1 root root 11088 Mar 4 20:22 libtermcap.a lrwxrwxrwx 1 root root 24 Jun 17 14:13 libtermcap.so -> /usr/lib/libtermcap.so.2
use "g++ ... -ltermcap -L/usr/lib/termcap ..." - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (2)
-
jeromek@technologist.com
-
ton@kemi.aau.dk