Message-Id: <199903221956.TAA47730@out4.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 22 Mar 1999 14:56:18 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.03 updated March 22nd X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com > The March 22nd version of Bash 2.03 is located at: > http://snowball.digitalspace.net/djgpp/ > Tried to compile egcs112s.zip and ran into some problems. The first problem was a bug in Bash 2.03 that corrupts the PATH variable in a child's environment when PATH_SEPARATOR=:. I've updated the packages for this fix. Second, part of the djmake.sh script is incompatible with Bash 2.03 since the it depends on the old Bash encoding scheme: # The following is needed, to get not the // syntax, when # the configure script or the makefile calls pwd current_drive=`pwd | sed 's,//\(.\).*,\1,'` export SYSROOT=$current_drive:/ current_drive gets set to a very bad value in Bash 2.03 and causes the make to quickly bomb. I set 'current_drive' to 'c:' in my copy to work around the problem. Mark --- Mark Elbrecht, snowball3 AT usa DOT net http://snowball.digitalspace.net/