From xemacs-m  Sat Apr 26 11:55:56 1997
Received: from fronsac.ensg.u-nancy.fr (fronsac.ensg.u-nancy.fr [192.93.48.17])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA14832
	for <xemacs-beta@xemacs.org>; Sat, 26 Apr 1997 11:55:54 -0500 (CDT)
Message-Id: <199704261655.LAA14832@xemacs.org>
Received: by fronsac.ensg.u-nancy.fr
	(8.7.1/16.2) id MAA01474; Sat, 26 Apr 1997 12:55:46 -0400 (EDT)
Date: Sat, 26 Apr 1997 12:55:46 -0400 (EDT)
From: Richard Cognot <cognot@ensg.u-nancy.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Neal Becker <neal@ctd.comsat.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: hpux10.20
In-Reply-To: <E0wKq8D-00024q-00@neal.ctd.comsat.com>
References: <E0wKq8D-00024q-00@neal.ctd.comsat.com>
X-Mailer: VM 6.26 under 20.1 XEmacs Lucid
Reply-to: cognot@ensg.u-nancy.fr
X-Face:  .|{6#t`YCBNfg_E.8;@IFK9kd'Ol7>~2S7U!o3+g)+\`hV5&I]k,UwC%g%Y\,-KV+[eEgZm
 i(NgMB@L_n/A!jk;}@!?$<t5Aw`B$R=xJSv[F$2&sz*cwxF!|B3)MH,6YBDNU!$9;91N_p*>}</%ZO
 +EYRSc{a_#KXB)sJlPpxQq,/:}\*noO!;(5PY~MTnspl;&XA$JccP;N~;v5E>Yh.


>>>>> "Neal" == Neal Becker <neal@ctd.comsat.com> writes:

    Neal> We did a test upgrade from hpux9.05 to 10.20.  xemacs
    Neal> compiled on 9.05 is giving the dreaded interrupted poll
    Neal> message.  I recall seeing this reported before.  What is the
    Neal> fix?

ARGGGGGGGGHH.

add:

/* The curses library seems to have a badly broken version of select(2)
   that makes "poll: interrupted system call" messages to appear and
   Emacs suprocesses to hang (e.g. TeX compilation w/ AUCTeX) */
#undef LIBS_TERMCAP
#define LIBS_TERMCAP -ltermcap

to src/s/hpux9.h

This is mandatory to make a 9.X binary run correctly on hpux 10.10 and 
10.20.

There also is a patch to libxcurses.

Richard.

-- 
|-------------------------------------------------------------|
| Richard Cognot           | Proceed, with fingers crossed... |
|                          |           /\^^/\                 |
| <cognot@ensg.u-nancy.fr> |             `'                   |
|-------------------------------------------------------------|
| http://www.ensg.u-nancy.fr/~cognot                          |
|-------------------------------------------------------------|

