[/var/tmp/zsh/zsh-4.0.4]% make TESTNUM=D03 check cd Test ; make check make[1]: Entering directory `/var/tmp/zsh/zsh-4.0.4/Test' if test -n "dllwrap"; then \ cd .. && DESTDIR= \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi mkdir /var/tmp/zsh/zsh-4.0.4/Test/Modules mkdir /var/tmp/zsh/zsh-4.0.4/Test/Modules/zsh for f in ./D03*.ztst; do \ ../Src/zsh +Z -f ./ztst.zsh $f; \ done ./D03procsubst.ztst: starting. Test ./D03procsubst.ztst failed: bad status 1, expected 0 from: paste <(cut -f1 FILE1) <(cut -f3 FILE2) Error output: ZTST_execchunk:2: doesn't look like your system supports FIFOs. Was testing: <(...) substitution ./D03procsubst.ztst: test failed. make[1]: [check] Error 1 (ignored) rm -rf Modules .zcompdump make[1]: Leaving directory `/var/tmp/zsh/zsh-4.0.4/Test'
doesn't look like your system supports FIFOs. って書いてありますが、 Cygwin は FIFO をサポートしていない? インストール成功した人いませんか?
185 :名無しさん@お腹いっぱい。 :02/01/27 17:02
>>184 $ mkfifo aaa mkfifo: cannot create fifo ``aaa'': Function not implemented
>>189 man bash すれば bell-style (audible) Controls what happens when readline wants to ring the terminal bell. If set to none, readline never rings the bell. If set to visible, readline uses a visible bell if one is available. If set to audible, readline attempts to ring the terminal's bell. なんていう記述があります。
PC初心者板で板違いと言われたのでここに書きます。 Cygwinでrpmを使おうとすると Unable to open /usr/lib/rpm/rpmrc for reading: No such file or directory. とでてきます。 /usr/lib/rpm/rpmrc というファイルはあるのに。 rpmrcを読み取り専用にすることと ファイル名を rpmrc for reading にすることをやったけど最初と変わりません どうすればいいんでしょうか?