Re: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 8/23/2006 8:44 AM: > > 19. If `CDPATH' is set, the `cd' builtin will not implicitly append > the current directory to it. This means that `cd' will fail if no > valid directory name can be constructed from any of the

RE: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Dave Korn
On 23 August 2006 15:31, Jonathan Arnold wrote: >> although I can't see it in your cygcheck output, I suppose you might >> have set the CDPATH environment variable. This results in the >> described effect of cd not working in the sh.exe, we had the problem >> here. Setting SHELL=/bin/bash in the

Re: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Jonathan Arnold
Jens Wilken wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Arnold wrote: I'm trying to build YAZ: http://www.indexdata.dk/yaz/ The ./configure works just fine, but when I try to make I get the following error: *** 07:18 AM *** /g/projects/yaz/yaz-2.1.26 *** make Making all in

Re: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Jens Wilken
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Arnold wrote: > I'm trying to build YAZ: http://www.indexdata.dk/yaz/ > > The ./configure works just fine, but when I try to make I get the > following error: > > *** 07:18 AM *** /g/projects/yaz/yaz-2.1.26 *** make Making all in > src /bin/s

Re: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Jonathan Arnold
Dave Korn wrote: On 23 August 2006 13:26, Jonathan Arnold wrote: I'm trying to build YAZ: http://www.indexdata.dk/yaz/ The ./configure works just fine, but when I try to make I get the following error: *** 07:18 AM *** /g/projects/yaz/yaz-2.1.26 *** make Making all in src /bin/sh: line 11: cd

Re: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Jonathan Arnold
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jonathan Arnold on 8/23/2006 6:26 AM: And it isn't kidding. If I type "sh", then "cd src" I get the same error: *** 08:22 AM *** /g/projects/yaz/yaz-2.1.26 *** sh Sounds like a permissions problem to me. What to '

RE: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Dave Korn
On 23 August 2006 13:26, Jonathan Arnold wrote: > I'm trying to build YAZ: http://www.indexdata.dk/yaz/ > > The ./configure works just fine, but when I try to make I > get the following error: > > *** 07:18 AM *** /g/projects/yaz/yaz-2.1.26 *** > make > Making all in src > /bin/sh: line 11: cd:

Re: 1.5.21-2 - Problems with make and/or sh

2006-08-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jonathan Arnold on 8/23/2006 6:26 AM: > > And it isn't kidding. If I type "sh", then "cd src" I get the same > error: > > *** 08:22 AM *** /g/projects/yaz/yaz-2.1.26 *** > sh Sounds like a permissions problem to me. What to 'ls -l src