From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp References: <973926432 DOT 888336 AT shelley DOT paradise DOT net DOT nz> <8011-Sat11Nov2000095203+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: configure scripts Lines: 42 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Organization: Paradise Net Message-ID: <974020282.88658@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-79-65-67 DOT tnt8 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Sun, 12 Nov 2000 22:13:18 +1300 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 974020283 203.96.152.26 (Sun, 12 Nov 2000 22:11:23 NZDT) NNTP-Posting-Date: Sun, 12 Nov 2000 22:11:23 NZDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have the utilities mentioned. But I am still have problems with configure, with a number of packages. For example, W3C's libwww: 1. There are no DJGPP-specific instructions with this package. I typically run 'bash ./configure', just to see what happens. 2. Firstly, configure says it can't automatically recognise the host system. I usually alter the command line to: 'bash ./configure i386-pc-msdosdjgpp'. Is that right? 3. Secondly, I get these errors once the above has been entered (slightly reformatted by me): loading cache ./config.cache checking host system type... i386-pc-msdosdjgpp checking target system type... i386-pc-msdosdjgpp checking build system type... i386-pc-msdosdjgpp checking for a BSD compatible install... config/install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... no checking for cc... no ./configure: uname: command not found configure: error: no acceptable cc found in path. > Download the latest Bash port and the auxiliary utilities (Fileutils, > Textutils, Grep, Sh-utils, Gawk, and some others), and your system > will be all but set up for running these scripts. Look carefully into > the source distribution of one of the latest ports in v2gnu directory, > such as rcode35s.zip, and you will see how it is done. Typically, a > batch file (in the `djgpp' subdirectory) is run to edit the configure > scripts a bit, then the configure script is run by Bash. Then all you > need is to say "make" and sit back.