Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!IRISHMVS.BITNET!CF4A8X From: CF4A8X@IRISHMVS.BITNET ("Mark D. Eggers") Newsgroups: comp.protocols.tcp-ip Subject: tn3270 and Ultrix 2.2 Message-ID: <8807220828.AA03847@ucbvax.berkeley.edu> Date: 21 Jul 88 18:54:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 35 Well, I think that I have everything working now - thanks to the help from the net. Things to do: In the DEFINES line of the makefile_4.2, put at least the following. -DNOT43 -DPUTCHAR -DSO_OOBINLINE Change LIBCURSES to read ../curses/vax/libcurses.a Change all occurences of to "....../curses.h", where ....../ is the path to curses.h that comes with the distribution. There are two files (I think) with in them - telnet.c (change to ../curses/curses.h) sys_curses/termout.c (change to ../../curses/curses.h) Please note that I am using version 3 (beta) obtained from ucbarpa.berkeley.edu, and am basing my path descriptions on the result of untarring that distribution. As far as I can tell, everything seems to work properly, without changes to the original curses.h or the termcap file. Thanks for all the assistance. /mde/ PS - I haven't tried graphics yet . . . . .