Hi, Bev Clues <[email protected]> writes:
> Hi Arden, this is what I got: Bev > > > root@rp1:~/ntp/ntp-4.2.6p3-RC12# /bin/bash ./config.sub sun4 || echo fail > ./config.sub: line 4: $'\r': command not found > ./config.sub: line 6: $'\r': command not found > ./config.sub: line 8: $'\r': command not found > ./config.sub: line 28: $'\r': command not found > ./config.sub: line 29: $'\r': command not found > ./config.sub: line 36: $'\r': command not found > ./config.sub: line 39: $'\r': command not found > ./config.sub: line 47: $'\r': command not found > ./config.sub: line 54: $'\r': command not found > ./config.sub: line 61: $'\r': command not found > ./config.sub: line 63: $'\r': command not found > ./config.sub: line 75: $'\r': command not found > ./config.sub: line 83: $'\r': command not found > ./config.sub: line 86: $'\r': command not found > ./config.sub: line 89: syntax error near unexpected token `$'in\r'' > '/config.sub: line 89: ` case $1 in Ah, something happened to the line endings. Did you pass the file through some Windows text editor, or somesuch? I'd do: curl -o config.sub https://cgit.git.savannah.gnu.org/cgit/config.git/plain/config.sub curl -o config.guess https://cgit.git.savannah.gnu.org/cgit/config.git/plain/config.guess Or, if you don't have curl (but have wget): wget -O config.sub https://cgit.git.savannah.gnu.org/cgit/config.git/plain/config.sub wget -O config.guess https://cgit.git.savannah.gnu.org/cgit/config.git/plain/config.guess -- Arsen Arsenović
signature.asc
Description: PGP signature
