From: tema@snakemail.hut.fi (Teemu Lehtonen ) Subject: term067 on hpux (hp apollo 700 - series) Date: Sun, 1 Nov 1992 08:46:24 GMT
I recently wrote about my problems with term 067 I've owercome part of those
problems by changing the version and compiler. (I'll include config.h later)
I'm currently using GCC 2.2.2 nad term072.
I'm now using gcc and compilation goes better but now I'am having problems
with xconn. I do everything as said in the readme but yet when I try to
start eg. xv in the remote machine it complains about not being aple to
open display.
I've set the DISPLAY - variable to be foxlin:9 (my hostname foxlin)
this is what i do :
connect to remote machine with minicom v1.3
my login shell is tcsh, but I change it to sh on prompt
an do the following things:
sh: term 2>/dev/modem
exit minicom by typing ctrl-a q (exit without resetting)
startx on first console
run term < /dev/modem > /dev/modem on xterm
run rsh on another xterm and get the prompt on remote machine ok
run xconn & on remote machine ok running in the backroung
set DISPLAY -variable on remote machine
try to run eg xv or emacs results error message not being able to
open display
any succestions and help appreciated
and here's my config.h's hp__ux-part
**** start config.h (part only) ****
#if defined(__hpux)
#define USE_TERMIOS
#define USE_FCNTL
#define USE_NONBLOCK
#define USE_TCATTR
#define ERR_BLOCK EAGAIN
#define USE_SETPGRP
#endif
**** end config.h (part) ****