Date: Sun, 10 Jan 1999 14:14:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: mason cc: djgpp AT delorie DOT com Subject: Re: autoconfiguring softawre In-Reply-To: <776187$3nv$1@front3.grolier.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 8 Jan 1999, mason wrote: > I 'd like to know how to make (compile and link) an autoconfiguring package > (CLN) with djgpp . I don't know what CLN is, and I'm not sure I understand what do you mean by ``an autoconfiguring package'', either. If what you have is a package that comes with a shell script called `configure', then you need to run that script, and then type "make" to build the package from sources. The `configure' script will not run on MS-DOS/MS-Windows without a few changes, though. Many source distributions in the v2gnu directory on SimTel have working examples of how to modify these scripts so that they run in the DJGPP environment. You will also have to download Bash, the port of Unix-style shell, and a few auxiliary packages, to be able to run the script. One place where these additional packages are listed is the DJGPP FAQ list, section 4.5.