[comp.unix.aix] rn/rrn term.c/tgetent

csmjp@research.cc.flinders.edu.au (<M.J.Packard>) (12/10/90)

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 (<M.J.Packard>)
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.