Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!sirius.ucs.adelaide.edu.au!research!csmjp@research.cc.flinders.edu.au From: csmjp@research.cc.flinders.edu.au () Newsgroups: comp.unix.aix Subject: rn/rrn term.c/tgetent() Followup Keywords: rrn term.c tgetent() Message-ID: <538@research.cc.flinders.oz> Date: 10 Dec 90 04:00:47 GMT Sender: csmjp@research.cc.flinders.oz Organization: Computing Services, Flinders University, S.A., Australia Lines: 38 Well good news! To get tgetent(), a libtermcap.a routine, to work on the RS6000 I only had to create a link from /etc/termcap to /lib/libtermcap/termcap.src: ln -s /lib/libtermcap/termcap.src /etc/termcap Any termcap file would do but IBM supplies this one. I am a bit surprised the RS6000 has routines to access the termcap file when it uses terminfo: but, then again, there is no manual entry for tgetent. I am glad it works but must wonder if it is suppose to work or will in the future. From: csmjp@research.cc.flinders.edu.au () Newsgroups: comp.unix.aix Subject: rn/rrn term.c/tgetent followup. References: Sender: Followup-To: Distribution: Organization: Computing Services, Flinders University, S.A., Australia Keywords: tgetent rn/rrn term.c Well good news! To get tgetent(), a libtermcap.a routine, to work on the RS6000 I only had to create a link from /etc/termcap to /lib/libtermcap/termcap.src: ln -s /lib/libtermcap/termcap.src /etc/termcap Any termcap file would do but IBM supplies this one. I am a bit surprised the RS6000 has routines to access the termcap file when it uses terminfo: but, then again, there is no manual entry for tgetent. I am glad it works but must wonder if it is suppose to work or will in the future.