From: pavenis AT lanet DOT lv To: Eli Zaretskii , Alex Oleynikov , djgpp AT delorie DOT com Date: Wed, 6 Jun 2001 13:42:13 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: DJGPP on PTS-DOS run problem Message-ID: <3B1E3335.28537.171529@localhost> References: In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com On 6 Jun 2001, at 13:10, Eli Zaretskii wrote: > > 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. > Tested in gcc.c (2.95.3). It uses access() to find a file. Andris