Date: Mon, 8 Sep 1997 11:43:28 +0300 (IDT) From: Eli Zaretskii To: Ivo Janssen cc: djgpp AT delorie DOT com Subject: Re: sed problem In-Reply-To: <340D4167.74FE3B1B@ricardis.tudelft.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.