Date: Thu, 25 Apr 1996 18:11:22 +0200 (IST) From: Eli Zaretskii To: Demmer AT LStM DOT Ruhr-Uni-Bochum DOT De Cc: djgpp-workers AT delorie DOT com Subject: Re: cannot open linker script file djgpp.lnk In-Reply-To: <241F7B92D54@brain1.lstm.ruhr-uni-bochum.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 25 Apr 1996, Tom Demmer wrote: > > Can you please step with a debugger into `stat' > > and see where does it fail? Is it the `findfirst' call (that's what I > > suspect) or any other place? I could then devise a solution to this mess. > > Thanks. > > > Yes, it is the > !__findfirst(path, &ff_blk, ALLFILES) > call in stat_assist(). Thanks. I will modify `stat' to deal with this and ask you to test it, if you don't mind.