Date: Thu, 28 Jun 2001 20:02:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Hans-Bernhard Broeker Message-Id: <2950-Thu28Jun2001200159+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9hf5oh$mds$1@nets3.rz.RWTH-Aachen.DE> (message from Hans-Bernhard Broeker on 28 Jun 2001 11:51:45 GMT) Subject: Re: Building gdb 5.0 References: <9hf5oh$mds$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 28 Jun 2001 11:51:45 GMT > > Eli Zaretskii wrote: > > >> True only if there is a "foo'' subdirectory within a directory in CDPATH. > >> If "." isn't included in CDPATH cd acts as if "." were the last entry. > > > Then why did "cd intl" fail in the GDB build procedure? > > Probably because there was some directory named /some/where/else/intl, > with "/some/where/else" being CDPATH. I don't think so: the error message was saying this: Configuring intl... /usr/tmp/gdb-5.0/configure: cd: intl: No such file or directory (ENOENT) So it looks like Bash was unable to chdir to intl. That's why I'm stumped.