X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 24 Jun 2002 16:08:12 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: gcc-3.1: old problem with temporary files Message-ID: <20020624210812.GA15109@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> <20020624161922 DOT GB13919 AT kendall DOT sfbr DOT org> <3D177281 DOT B3EFAD28 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: <3D177281.B3EFAD28@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 -: What did you set the environment variables to? I set them to the values they would have if my djgpp tree lived on e: instead of c:, for example: C:/> set GROFF_FONT_PATH=e:\djgpp\share\groff\font C:/> set GROFF_TMAC_PATH=e:\djgpp\share\groff\tmac C:/> set GROFF_TYPESETTER=ascii This setup works just fine from DOS. Under bash, the DOS environment variables receive the usual "translation", which groff doesn't grok. I've not seen this with any other GNU/djgpp application that uses environment variables. TeX, for example, runs just fine from DOS, from bash with the TeX-specific environment vars inherited from DOS, and from bash with the vars set in _bashrc. I'll post details when I get back to my box.