config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.guess: unrecognizable system type


From: Daryush Mehta
Subject: Re: config.guess: unrecognizable system type
Date: Tue, 2 Aug 2016 23:58:33 -0400

Hi Ben

Thank you for pointing me to the issue with CRLF vs LF line terminators. This ended up being the issue. I had copy/pasted the text from the config.guess and config.sub from the ftp site and saved them using WordPad in Windows. Googling how to convert in cygwin, I converted the files to LF using
sed -i 's/\r//' config.sub
sed -i 's/\r//' config.guess
I thank you again for pointing me in the right direction. For completeness, here is the output you requested:

$ sh config.sub amd64
x86_64-pc-none

Thanks, again,
Daryush

On Tue, Aug 2, 2016 at 11:43 PM, Ben Elliston <address@hidden> wrote:
On Tue, Aug 02, 2016 at 10:40:36PM -0400, Daryush Mehta wrote:

> $ file ./config.sub
> ./config.sub: POSIX shell script, ASCII text executable, with CRLF line
> terminators

The CRLF terminators may be the problem for the Cygwin bash shell.
What if you type:

$ sh config.sub amd64

(for example?)

Cheers, Ben



--
Daryush D. Mehta, PhD
http://web.mit.edu/dmehta/www/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]