-----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/sh: line 11: cd: src: No such file or directory make: *** > [all-recursive] Error 1 > > 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 *** 08:22 AM *** > /g/projects/yaz/yaz-2.1.26 *** ls -F ChangeLog Makefile.am > aclocal.m4 config.status* etc/ test/ yaz-config.in > Doxyfile Makefile.in buildconf.sh* configure* include/ > util/ yaz.spec Doxyfile.in NEWS client/ > configure.ac libtool* win/ yaz.spec.in LICENSE > README config/ debian/ m4/ windows.txt zoom/ > Makefile TODO config.log doc/ src/ > yaz-config* ztest/ *** 08:22 AM *** /g/projects/yaz/yaz-2.1.26 *** > cd src sh: cd: src: No such file or directory *** 08:22 AM *** > /g/projects/yaz/yaz-2.1.26 *** exit *** 08:22 AM *** > /g/projects/yaz/yaz-2.1.26 *** sh --version GNU bash, version > 3.1.17(6)-release (i686-pc-cygwin) Copyright (C) 2005 Free Software > Foundation, Inc. *** 08:22 AM *** /g/projects/yaz/yaz-2.1.26 *** > which sh /usr/bin/sh > > It's a very strange thing. > > Hi, 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 Makefile also resolved the problem.
Hope this helps Jens > ---------------------------------------------------------------------- > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html FAQ: > http://cygwin.com/faq/ - -- Dipl. Inform. Jens Wilken Software Developer OSC Embedded Systems AG Industriestr. 11 26121 Oldenburg - Germany Mail: [EMAIL PROTECTED] Tel.: +49-441-350 42-0 Fax.: +49-441-350 42-364 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE7GUR/nbz2tIAgUQRAiXoAJ4vu18Duntlb00KAVNAV/EhnHCc7ACfRWg9 0DcbpTNu/rdpv5LzJIQLRuM= =3/t0 -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/