Can’t autoconf Ruby 1.8 HEAD:
autoconf (GNU Autoconf) 2.57
$ configure --prefix=/home/austin
configure: error: cannot run /bin/sh ./config.sub
I’ve attached the output of:
autoconf -v --warnings=all
Help! Why can’t I get this thing to work?
-austin
– Austin Ziegler, austin@halostatue.ca on 2003.04.30 at 21:00:08
autoconf-ruby (10.5 KB)
Can’t autoconf Ruby 1.8 HEAD:
autoconf (GNU Autoconf) 2.57
$ configure --prefix=/home/austin
configure: error: cannot run /bin/sh ./config.sub
What’s your system, and what do followings produce?
I checked aliases to make sure that nothing is breaking anything
else.
uname -a:
Linux xxxxxxxxxxxxxxxx 2.2.20 #1 SMP Wed Mar 13 18:18:51 CST 2002
i686 unknown
$ /bin/sh ./config.sub
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
'/config.sub: line 84: syntax error near unexpected token in '/config.sub: line 84:
case $1 in
$ /bin/sh ./config.sub sun4
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
'/config.sub: line 84: syntax error near unexpected token in '/config.sub: line 84:
case $1 in
-austin
– Austin Ziegler, austin@halostatue.ca on 2003.04.30 at 22:11:51
···
On Thu, 1 May 2003 10:33:42 +0900, nobu.nokada@softhome.net wrote:
At Thu, 1 May 2003 10:06:05 +0900, > Austin Ziegler wrote:
Hi,
$ /bin/sh ./config.sub
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
'/config.sub: line 84: syntax error near unexpected token in '/config.sub: line 84:
case $1 in
How did you get config.sub? Seems like EOL issue.
$ unix2dos < config.sub > config.sub.dos
$ sh config.sub.dos
: command not founde 5:
: command not founde 7:
: command not founde 26:
: command not founde 31:
: command not founde 39:
: command not founde 47:
: command not founde 54:
: command not founde 56:
: command not founde 69:
: command not founde 78:
: command not founde 81:
'/config.sub.dos: line 84: syntax error near unexpected token in '/config.sub.dos: line 84:
case $1 in
···
At Thu, 1 May 2003 11:23:01 +0900, Austin Ziegler wrote:
–
Nobu Nakada
Ah. That explains it. I got 1.8 by Windows CVS (TortoiseCVS), which
appears to have made it DOS EOL. Damn, but that’s annoying.
-austin
– Austin Ziegler, austin@halostatue.ca on 2003.04.30 at 22:59:45
···
On Thu, 1 May 2003 11:57:08 +0900, nobu.nokada@softhome.net wrote:
How did you get config.sub? Seems like EOL issue.