Mail Archives: djgpp/1997/09/08/04:44:53
On Wed, 3 Sep 1997, Ivo Janssen wrote:
> bash$ ./configure --target=i386-go32
Why i386-go32? AFAIK, it should be something like i386-pc-msdos. Did
you try that?
> Config.guess failed to determine the host type. Defaulting to
> target.
Did this message appear in the previous builds? If not, you should
debug this failure, IMHO. One way is to look into the config.log
file; another is to add "set +x" tp all the scripts that are run and
examine the (voluminous) output to try to understand what's the
problem.
> sed: garbled command s|^COMPILERS[ ]*=[ ]*\
Somehow the rest of the command 9after the backslash) doesn't get to
Sed. This might mean that Bash is set up incorrectly or something.
"set +x" should help.
- Raw text -