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

Re: /bin/sh



>>>>> In [emacs-w3m : No.07929] 野宮 賢さん wrote:

> 試しましたところ、configure が通らなくなり、

> checking for a BSD-compatible install... G:/emx/bin/ginstall.exe -c
> checking for makeinfo... makeinfo
> checking for texi2dvi... texi2dvi
> checking for ptex... ptex
> checking for jbibtex... jbibtex
> checking for egrep... egrep
> checking for emacs.exe... emacs.exe
> checking what a flavor does emacs.exe have... Emacs
> checking prefix for emacs.exe... g:/USR
> checking where lisp files should go... /usr/share/emacs/site-lisp/w3m/
> There is no shell command which is equivalent to /bin/sh.  Try
> ``make SHELL=foo [option...]'', where `foo' is the absolute path name
> for the proper shell command in your system.
> configure: error: Process couldn't proceed.  See the above messages.

> というエラーでした。

うーむ、そこは regexp-opt.elc がインストールされているかどうかを
チェックする場面なんですが、そのために w3mhack.el を load した際
に、なぜ有効な shell が無いと判断されるのか見当が付きません。

> SET SHELL=/bin/sh.exe としてconfigure を実行しても駄目でした。

g:/bin/sh.exe でもだめですか?

とりあえず、同じような文句を、エラーではなくて警告で発するように
変更しました。お手数ですが、また試してみて下さい。

> これが引っ掛かるようになったのはここ1,2瞬間でのことなんですが....(_ _?

ううー、難しいシステムだなあ...。^^;;
ところで、普段お使いの Emacs で以下を eval すると何が返ってきま
すか?

(progn (require 'executable) (executable-find "sh"))