From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elysium.uwa.edu.au ([130.95.128.2]) by hawkwind.utcs.utoronto.ca with SMTP id <24945>; Fri, 7 May 1999 01:51:20 -0400 Received: from typhaon.ucs.uwa.edu.au (root@typhaon.ucs.uwa.edu.au [130.95.128.64]) by elysium.uwa.edu.au (8.8.7/8.8.0) with ESMTP id LAA16642; Fri, 7 May 1999 11:58:12 +0800 (WST) Received: from typhaon.ucs.uwa.edu.au (luyer@localhost [127.0.0.1]) by typhaon.ucs.uwa.edu.au (8.9.3/8.9.3/Debian/GNU) with ESMTP id LAA26862; Fri, 7 May 1999 11:58:12 +0800 Message-Id: <199905070358.LAA26862@typhaon.ucs.uwa.edu.au> X-Mailer: exmh version 2.0.2 2/24/98 (debian) To: Tim Goodwin Cc: rc@hawkwind.utcs.toronto.edu Subject: Re: New snapshot rc-1.5s19981211 available In-reply-to: Your message of "Thu, 06 May 1999 12:03:52 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 6 May 1999 23:58:11 -0400 From: David Luyer > If anyone has Debian Linux handy, please can you try this snapshot, and > confirm that, when configuring with readline, it correctly picks up > `-lncurses'. Debian Linux now has at least one problem - there's no names for singals in /usr/include/asm/singal.h (just numbers!) Also, last time I compiled a new rc, this hit me: #define _NSIG 32 #define NSIG _NSIG (the script tries to work out how many signals) It would be nice to get a message for programs exiting on signals once again (long ago I made my rc compile with names for all 31 signals defined under Linux; current Debian packages don't give messages for many if any). David. PS: I did an rc port to BeOS mwcc recently, but won't bother submitting the changes, since BeOS have dropped mwcc I believe and making it work under that was ugly. One thing that showed up which might be useful is #ifndef SIGCHLD #define SIGCHLD SIGCLD #endif