From: Martin Str|mberg Subject: Re: Autoconf: where to get it? Newsgroups: comp.os.msdos.djgpp References: <100113686984 DOT 20020716160248 AT nestle DOT ua> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1026840868.598573@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 16 Jul 2002 17:34:28 GMT Lines: 35 NNTP-Posting-Date: 16 Jul 2002 17:34:28 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1026840868 news.luth.se 466 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ihor DOT Bobak AT nestle DOT ua wrote: : I am trying to compile GNU Chess with the help of DJGPP. : I am doing everything exactly as in the instruction of GNU Chess: : ---------------------- : First, cd to the src directory. : Run autoconf to build configure from configure.in : Then run configure to build Makefile from Makefile.in. : Now run "make" to build gnuchess.exe : ---------------------- : Can anyone tell me where to get autoconf.exe and configure.exe ? autoconf is the file acnf*b.zip. You're looking for configure (not configure.exe) and it should be sitting right there after you've unzipped the source. Perhaps it'll be created by autoconf. : I don't have them after downloading and installation of DJGPP :-( That's because you didn't download _every_ package. And usually you wouldn't do that. And configure will be different for each package. : Can anyone give a link where I can download all necessary packages? E. g. . But there are lot of other mirrors too. Right, MartinS