From: Ihor DOT Bobak AT nestle DOT ua To: djgpp AT delorie DOT com Date: Wed, 17 Jul 2002 08:59:54 +0300 X-Mailer: The Bat! (v1.60q) Organization: Svitoch X-Priority: 3 (Normal) Message-ID: <132174712968.20020717085954@nestle.ua> Subject: Re[2]: Autoconf: where to get it? In-Reply-To: <1026840868.598573@queeg.ludd.luth.se> References: <100113686984 DOT 20020716160248 AT nestle DOT ua> <1026840868 DOT 598573 AT queeg DOT ludd DOT luth DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 aslls> autoconf is the file acnf*b.zip. ... aslls> You're looking for configure (not configure.exe) and it should be aslls> sitting right there after you've unzipped the source. Perhaps it'll be aslls> created by autoconf. .... aslls> E. g. . But there are aslls> lot of other mirrors too. Thank you very much, I have downloaded all necessary archives. But I see that autoconf is nothing else than a bash script: the first line of it is #! /dev/env/DJDIR/bin/bash.exe Does it mean, that for such a simple task as compiling gnuchess under Win32, I need to search for the bash script interpreter for Windows, then install it, and only then maybe it will work (though, maybe it will demand anything else to be installed, and so on and so on...) ? Can anyone tell where I can read about installation bash under WinNT and where to download it from? Thanks very much in advance. Best regards, Ihor. P.S. Sorry, that maybe I tired all of you with my questions, but I need NO long explanations how to do something, I need just short hints like "get there, read ", etc.