From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15016 invoked from network); 19 Mar 2005 15:44:23 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Mar 2005 15:44:23 -0000 Received: (qmail 73645 invoked from network); 19 Mar 2005 15:44:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Mar 2005 15:44:18 -0000 Received: (qmail 12784 invoked by alias); 19 Mar 2005 15:44:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21021 Received: (qmail 12774 invoked from network); 19 Mar 2005 15:44:12 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Mar 2005 15:44:12 -0000 Received: (qmail 72898 invoked from network); 19 Mar 2005 15:44:12 -0000 Received: from tantale.fifi.org (64.81.251.130) by a.mx.sunsite.dk with SMTP; 19 Mar 2005 15:44:07 -0000 Received: from ceramic.fifi.org (Debian-exim@ceramic.fifi.org [64.81.251.131]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id HAA23118; Sat, 19 Mar 2005 07:44:01 -0800 Received: from phil by ceramic.fifi.org with local (Exim 4.34) id 1DCg7N-0002sa-AT; Sat, 19 Mar 2005 07:44:01 -0800 To: ML.Dowling@tu-bs.de Cc: zsh-workers@sunsite.dk Subject: Re: Problem with the configure script (2.4.2) References: <20050315163810.GA24540@moocow.localhost> Mail-Copies-To: nobody From: Philippe Troin Date: 19 Mar 2005 07:44:01 -0800 In-Reply-To: <20050315163810.GA24540@moocow.localhost> Message-ID: <87y8cj8wu6.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.5 Mike Dowling writes: > Hello, > > I cannot get configure to produce a Makefile or a config.h file. I > suspect that the problem lies with me, but I would be very grateful for > any hints as to how I can solve the problem. > > #./configure > > produces lots of output, as usual, and perminates with > > checking for sbrk() prototype in ... yes > checking for ioctl prototype in ... yes > checking for mknod prototype in ... yes > checking if named FIFOs work... yes > checking if echo in /bin/sh interprets escape sequences... yes > checking if link() works... yes > checking if kill(pid, 0) returns ESRCH correctly... yes > checking if POSIX sigsuspend() works... yes > > Everything looks fine, until I enter > > #make > make: *** No targets specified and no makefile found. Stop. > > But there's no Make file. config.log also looks inoccuous enough > (attached). > > What could possibly be going wrong? Maybe the sigsuspend() test wrecks the configure process. That could be related to users/20886. Can you try running configure with sh -x, like in: sh -x ./configure to see where zsh stops? Please send the gziped output to the list, not the full thing. Or the tail of the file. Phil.