Date: Wed, 6 Jun 2001 13:10:08 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: Alex Oleynikov , djgpp AT delorie DOT com Subject: Re: DJGPP on PTS-DOS run problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 6 Jun 2001, Andris Pavenis wrote: > It seems that GCC fails to state > d:/djgpp/lib/../include/sys/version.h > for PTS-DOS and as it's actual location is not substituted. You mean "stat", not "state", right? That is, a call to the library function `stat' fails for "d:/djgpp/lib/../include/sys/version.h". If so, a small test program which tries the same would be indeed a good idea. However, I wonder how come GCC doesn't fail to stat other files on that system.