emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: emacs-22.0.99 configure problem


From: Hiroshi Fujishima
Subject: Re: emacs-22.0.99 configure problem
Date: Sat, 28 Apr 2007 22:33:12 +0900

Jan Djärv <address@hidden> writes:

> Does it work if you do
>
> % /bin/sh configure

It has same problem.

% /bin/sh configure
as_func_failure succeeded.
as_func_failure succeeded.
No shell found that supports shell functions.
Please tell address@hidden about your system,
including any error possibly output before this
message
checking build system type... i386-unknown-freebsd6.2
checking host system type... i386-unknown-freebsd6.2
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... ^Z
zsh: suspended  /bin/sh configure
% ps
  PID  TT  STAT      TIME COMMAND
61924  p0  Ss     0:00.13 -zsh (zsh)
72936  p0  T      0:00.11 /usr/local/bin/zsh configure
73340  p0  R+     0:00.00 ps

I figure out that setting SHELL environment variable to /bin/sh works.

        % SHELL=/bin/sh ./configure

If login shell is zsh, login(1) is automatically set SHELL to
/usr/local/bin/zsh.  So zsh user who does not install bash (see below)
may have same problem.

> % bash configure
>
> if you have bash?

I've installed bash.  /bin/sh configure uses bash somehow.

kageroh% /bin/sh configure
checking build system type... i386-unknown-freebsd6.2
checking host system type... i386-unknown-freebsd6.2
checking for gcc... gcc
checking for C compiler default output file name... a.out

[...]

checking for install-info... (cached) /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for -znocombreloc... ^Z
zsh: suspended  /bin/sh configure
kageroh% ps
  PID  TT  STAT      TIME COMMAND
61924  p0  Ss     0:00.15 -zsh (zsh)
85481  p0  T      0:00.16 /usr/local/bin/bash configure
85976  p0  T      0:00.00 /usr/local/bin/bash configure
85977  p0  R+     0:00.00 ps
% echo $SHELL
/usr/local/bin/zsh

-- 
Hiroshi Fujishima




reply via email to

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