X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 4 Mar 2002 19:20:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Schulman DOT Andrew AT epamail DOT epa DOT gov cc: djgpp AT delorie DOT com Subject: Re: sh-utils 1.12 in MSDOS: env produces segfault 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 Mon, 4 Mar 2002 Schulman DOT Andrew AT epamail DOT epa DOT gov wrote: > > Is the DJGPP variable set in the environment? > > No, instead of executing w95fsfin.bat I had copied just the parts I > thought I needed to my .bash_profile. But I left out DJGPP, since I'm > not using gcc. The DJGPP variable is required not just for GCC. If you look at the djgpp.env file, you will see that it sets up environment variables for many ported programs. The crash without that variable set is due to a bug in the library (fixed for the next release), but my advice is to run with DJGPP set at all times regardless. The magic inside djgpp.env is what makes all DJGPP programs run so smoothly and work together seamlessly.