X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 24 Jun 2002 11:19:22 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: gcc-3.1: old problem with temporary files Message-ID: <20020624161922.GB13919@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3D08D753 DOT 9898 DOT 186F2D1 AT localhost> <3D08F9D5 DOT 4065 DOT 4B0BFF AT localhost> <3D139EAB DOT 9DCB25C9 AT phekda DOT freeserve DOT co DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D139EAB.9DCB25C9@phekda.freeserve.co.uk> User-Agent: Mutt/1.3.27i Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I do not know if this is related, but.... This weekend I installed groff 1.16 to a Zip drive (e:). I set the environment variables appropriately and groff works just fine from plain DOS. However, start bash (2.04 in my case) and groff complains that it cannot find the `desc' file. IOW, the paths that work under plain DOS are no longer recognized (by groff) from bash. No amount of futzing with these variables within bash would change this. -: You can reproduce this using tests/libc/posix/unistd/access.c. Try something -: like this from bash: -: -: cd tests/libc/posix/unistd -: make all -: ./access.exe c:/ c:\\ c:/temp c:\\temp c:/temp/ c:/temp\\