X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Version info Date: Tue, 05 Mar 2002 12:21:53 CST Organization: Rice University, Houston TX Lines: 28 Message-ID: <3c850cc1.sandmann@clio.rice.edu> References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> <3c84f79a DOT sandmann AT clio DOT rice DOT edu> <3c84fe5f$0$12305$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1015353005 12935 128.42.105.3 (5 Mar 2002 18:30:05 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 5 Mar 2002 18:30:05 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Here is my version info: > D:\>bash --version > GNU bash, version 2.05a.0(6)-release (i686-pc-msdosdjgpp) > Copyright 2001 Free Software Foundation, Inc. This image is from the v2.04 (cvs) testing tree. It's based on a new version of the library (and bash) which are pre-beta. It would also be nice to see a dir bash.exe output for this image (which provides the date and size). > D:\>cd bin > D:\bin>.\bash.exe --version > GNU bash, version 2.04.7(1)-release (i686-pc-msdosdjgpp) > Copyright 1999 Free Software Foundation, Inc. This version of bash could be almost anything - I would need the output from "dir d:\bin\bash.exe" to know what it is. If it is not dated in December 2001 it's probably not Win2K compatible. There is a bash 2.04 on Simtel (and clio in the 2.03 directory) which were compiled with the Win2K patches. > BTW, I would like not to have a \bin dir as well! How are you building? searches for \bin\sh should find it in the djgpp bin directory. I didn't do anything special (just set the path and DJGPP environment variable).