Mail Archives: djgpp/2000/11/12/05:32:40
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.
- Raw text -