From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28496 invoked from network); 28 Jan 2002 14:15:51 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Jan 2002 14:15:51 -0000 Received: (qmail 21810 invoked by alias); 28 Jan 2002 14:15:34 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4634 Received: (qmail 21798 invoked from network); 28 Jan 2002 14:15:33 -0000 Sender: flognat@localhost.localdomain To: Peter Stephenson Cc: zsh-users@sunsite.dk Subject: Re: sh: reuse/src doesn not exist.. References: <6109.1012226123@csr.com> From: Andrew Markebo Date: 28 Jan 2002 15:15:31 +0100 In-Reply-To: <6109.1012226123@csr.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii [...] | > | > src> make | >... | > Making public Modula reuse library | > sh: reuse/src: does not exist | > *** Error code 1 | | Are you sure `sh' is zsh? That's not a zsh error message, and a system error | message via perror() is usually more specific --- `no such file or | directory' is standard. But it may just be your system is weird. No idea if sh is fired up as zsh or sh, the problem is that logged in with zsh as shell the make fails, but with bash/tcsh as login shell the make succeeds, therefore I blame zsh ;-) | Have you got `.' in your CDPATH? If not, and that's exported (or otherwise | accessible to the makefile), some shells won't cd into immediate | subdirectories. You should easily be able to test this by turning the cd | into `cd ./reuse/src'. However, if you've really got zsh as sh, this won't | be the problem, since zsh always searches `.' first. Hmm '.' was not in cdpath.. a small buggie.. ;-) *testing testing* Yepp bingo. Thanx /Andy -- The eye of the beholder rests on the beauty!