From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21496 invoked from network); 27 Nov 2003 01:33:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 27 Nov 2003 01:33:21 -0000 Received: (qmail 14513 invoked by alias); 27 Nov 2003 01:33:00 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6816 Received: (qmail 14430 invoked from network); 27 Nov 2003 01:32:59 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 27 Nov 2003 01:32:59 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [219.55.112.42] by sunsite.dk (MessageWall 1.0.8) with SMTP; 27 Nov 2003 1:32:58 -0000 Received: from smile.house (smile.house [192.168.0.5]) by juhp.dyndns.org (Postfix) with ESMTP id 849D83B8003; Thu, 27 Nov 2003 10:32:57 +0900 (JST) Received: from smile.house (localhost.house [127.0.0.1]) by smile.house (Postfix) with ESMTP id 501BBCC09E; Thu, 27 Nov 2003 10:32:57 +0900 (JST) Date: Thu, 27 Nov 2003 10:32:57 +0900 Message-ID: From: Jens Petersen To: Philippe Troin Cc: Zsh-users Subject: Re: problem building zsh in background In-Reply-To: <877k1ngcp5.fsf@ceramic.fifi.org> References: <87d6bgrxml.fsf@ceramic.fifi.org> <877k1ngcp5.fsf@ceramic.fifi.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.4 (Hosorogi) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386-redhat-linux) X-Face: 64N,SZ}bM~X-HZK0w(B)t]7rZ}7_bNq^}A%e7_;~lN3nVJ,50%>pW7y^=\\sy2w\"7?cu}g@t#JRW\\4kvSY8i%OMorx`_I]/5+~db.s\\H!)|YE.y#-sFk#]iYRU/w+({~_l-c1uS)s%;72$Nmv>U)ZeyLBdF#c-i.ECMy9>twG+9Ln$>>>> "PT" == Philippe Troin writes: PT> Jens Petersen writes: >> >> : : checking if kill(pid, 0) returns ESRCH >> >> correctly... yes checking if POSIX sigsuspend() >> >> works... yes checking if tcsetpgrp() actually >> >> works... [1] + suspended (tty output) ./configure >> PT> Check-out the thread at PT> http://www.zsh.org/mla/workers/2003/msg00895.html >> >> I tried both patches, but I am afraid ./configure >> still hangs for me when run in the background. PT> Mmmh, did you run autoconf between step 1 and step 3? Doh, you're quite right: I was getting confused by the autoconf in the makefile, but of course that doesn't happen until after configure is done... Thanks for all your help, Jens