From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perts6.cs.uiuc.edu ([128.174.247.68]) by hawkwind.utcs.utoronto.ca with SMTP id <24656>; Wed, 8 Jan 1997 18:06:12 -0500 Received: (from mkgardne@localhost) by perts6.cs.uiuc.edu (8.8.4/8.8.4) id OAA08516; Wed, 8 Jan 1997 14:01:18 -0600 (CST) Date: Wed, 8 Jan 1997 15:01:18 -0500 Message-Id: <199701082001.OAA08516@perts6.cs.uiuc.edu> From: "Mark K. Gardner" To: rc@hawkwind.utcs.toronto.edu Subject: RE: intr and RC Reply-to: mkgardne@cs.uiuc.edu I have the intr working with rc now. The solution (with credits): * convert setjmp/longjmp to sigsetjmp/siglongjmp (Soren Dayton) * #define SVSIGS in config.h (I forgot who suggested it) * compiled with -DSYSVR4 (Scott Schwartz) * could not link with -lbsd, no such library on Solaris (Paul Haahr) * sigchk patch for input.c (Alan Watson) along with the following: * convert readline setjmp/longjmp (hint: Alan Watson's readline-less post) Thanks all who responded. I have a patch file for the above changes. Where should I submit it? -- Mark K. Gardner (mkgardne@cs.uiuc.edu) University of Illinois at Urbana-Champaign Real-Time Systems Laboratory --