Date: Wed, 28 Feb 2001 22:17:05 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "mike friedrichs" Message-Id: <8011-Wed28Feb2001221705+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <001701c0a1bb$0931f880$af345ba5@tamu.edu> (mike_fr1@txucom.net) Subject: Re: bash startup References: <001701c0a1bb$0931f880$af345ba5 AT tamu DOT edu> 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 > From: "mike friedrichs" > Date: Wed, 28 Feb 2001 13:17:04 -0600 > > when I started bash using the following environment, I received piping > errors, and some times a general protection fault, and then dumped out of > 'bash'. I also copied _blogin, _bashrc, and _inputrc > from d:\dosgnu\gnu\bash-2.04\dos to d:\dosgnu\home\mikefr; my home directory > > "dos environment" prior to executing 'bash' > winbootdir=C:\WIN > COMSPEC=C:\COMMAND.COM > DJGPP=d:\dosgnu\DJGPP.ENV > HOME=d:\dosgnu\home\mikefr > TMPDIR=d:\temp > PROMPT=$p$g > windir=C:\WIN > PATH=D:\DOSGNU\BIN;D:\PC-DOS;C:\WIN;C:\WIN\COMMAND;C:\BATCH > TMP=c:\temp > TEMP=c:\temp > DIRCMD=/o:gne Does the directory d:/temp actually exist? > > sometimes I wouldn't have a general protection fault and i would stay in > bash. I would then echo the environment to the screen with 'set', and I > would notice that environment variable 'tmpdir' would return '/temp', > instead of 'd:/temp'. Please post the contents of your _blogin and _bashrc files. Do some of them set SYSROOT or some such?