X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: GCC 3.2.1 build failure Date: Sun, 19 Jan 2003 17:49:03 +0100 Message-ID: <250B3114DA16D511B82C00E0094005F809D31B6B@MSGWAW11> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: GCC 3.2.1 build failure Thread-Index: AcK/n5GGAcWqMYSQQs6gx35EqNgOdAACM/gAAAyQsnA= From: "Wojciech Galazka" To: "Andrew Cottrell" Cc: "Mark E." , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h0JGn6T29592 Reply-To: djgpp-workers AT delorie DOT com Hi, I had no problems running these commands under Win2000 using the same bash 1 shell is cmd.ese a) bash ./bin/my.sh b) find ./ . -name '*.h' -type f -print 2 i typed bash when in cmd.exe to enter bash prompt a) ./bin/my.sh b) find ./ . -name '*.h' -type f -print my.sh is #!/bin/sh find ./. -name '*.h' -type f -print > -----Original Message----- > From: Wojciech Gałązka > Sent: Sunday, January 19, 2003 12:02 PM > To: Andrew Cottrell > Cc: Mark E.; djgpp-workers AT delorie DOT com > Subject: RE: GCC 3.2.1 build failure > > > Hi, > > bash.exe 03/12/02 11:39 734,720 bytes in size > I copied it to /bin as sh.exe and sh > > bash -version reveals > GNU bash, version 2.05b.0(31)-release (i786-pc-msdosdjgpp) > Copyright (C) 2002 Free Software Foundation, Inc. > > The bash comes right from clio, I downloaded it on Jan, 10th > I created my.sh that contains > > #!/bin/sh > find ./. -name '*.h' -type f -print > > this command works under cmd.exe under NT 4.0 > bash ./my.sh > >