From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15644 invoked from network); 26 Feb 2003 07:41:47 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Feb 2003 07:41:47 -0000 Received: (qmail 8392 invoked by alias); 26 Feb 2003 07:41:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5945 Received: (qmail 8383 invoked from network); 26 Feb 2003 07:41:30 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 07:41:30 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [192.35.17.28] by sunsite.dk (MessageWall 1.0.8) with SMTP; 26 Feb 2003 7:41:30 -0000 Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id h1Q7fUF22671; Wed, 26 Feb 2003 08:41:30 +0100 (MET) Received: from MOWD019A.mow.siemens.ru ([163.242.196.119]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id h1Q7fTa28025; Wed, 26 Feb 2003 08:41:29 +0100 (MET) Received: by mowd019a.mow.siemens.ru with Internet Mail Service (5.5.2653.19) id ; Wed, 26 Feb 2003 10:43:20 +0300 Received: from mw2b210c (163.242.193.12 [163.242.193.12]) by MOWD019A.mow.siemens.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id FVCJ6P51; Wed, 26 Feb 2003 10:43:18 +0300 From: Borzenkov Andrey To: "'Charlie Reiman'" , zsh-users@sunsite.dk Subject: RE: Build problems, solution? Date: Wed, 26 Feb 2003 10:41:22 +0300 Message-ID: <6134254DE87BD411908B00A0C99B044F03A0B647@mowd019a.mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > I was trying to build zsh-4.0.6 on Solaris 8 on Intel. configure seems to > work fine but make spits this out: > > sh: Src: does not exist > *** Error code 1 > make: Fatal error: Command failed for target `all' > [...] > Incidentally, the line that breaks can be fixed by doing this: > > (cd ./$$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \ > > But you'd need to do that for every cd in every makefile. > Which smells like CDPATH problem (i.e. when . is not in CDPATH). May be another solution would be to globally unset CDPATH or set it to ".", but I am not sure if it possible to export environment out of makefile portably. -andrey