From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18424 invoked from network); 19 Dec 2000 07:26:29 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Dec 2000 07:26:29 -0000 Received: (qmail 8594 invoked by alias); 19 Dec 2000 07:26:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13295 Received: (qmail 8587 invoked from network); 19 Dec 2000 07:26:22 -0000 From: "Arnon" To: Subject: zsh 3.1.9 configuration problem Date: Tue, 19 Dec 2000 02:26:13 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hi, I have ancounterd the following problem while running zsh 3.1.9 on RH 7.0. zsh will compile and run but will lack proper singal names. So when a child process crash it returns "unknown signal" instead of "segmentation fault" (the same proble will happen with other signals). i have traced the problem to signames.c haveing 0 signals. The reson for that is the configure wrongly picks /usr/include/bits/siginfo.h as the "signal.h" file while the real file is /usr/include/bits/signum.h. To the best of my understanding this is caused by finding a pattern which contains "SIG" in that file. My quick and dirty solution was to manually override config.cache zsh_cv_path_signal_h and running confiure and then make again. There should be a better way however. Arnon