手動で download してきて、setup.exe では install from local directory としたほうがいいと思う。
121 :福だ :02/01/22 16:49
Win2000pro に cygwin 1.3.6-6 をインストールし、cygwin1.dll を make しようとしています。
make 2>&1 | tee make.log とし、エラーメッセージに従いながら、nstall-sh、config.sub、 configure.host をコピーし、i386/Makefile を修正していくと、 make[2]: Entering directory `/usr/src/cygwin-1.3.6-6/i686-pc-cygwin/winsup/utils' make[2]: *** No rule to make target `all'. Stop. という、エラーが発生しました。
このまま、エラーを取り続けていくしかないのでしょうか?それとも、 なにか根本的に make の手順が間違っているのでしょうか?
どなたか、cygwin1.dll の make 方法をご存知の方、または、make 方法を 日本語で公開しているページをご存知の方、ご教授ください。 宜しくお願いします。
cygwin 1.3.9-1 で libiconv をコンパイルしようとしたのですが、 configure の後 make しようとするとイキナリ /usr/lib/libcygwin.a(libcmain.o)(.text+0x6a): undefined reference to `WinMain@16' というエラーで止まってしまいます。 何が足りないのでしょう? 環境は Windows XP です。 なんか "@16"ってのが気になるんですが・・・ XP なのに16ビット用のコードが何か悪さをしてるのかなぁなんて
[/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. なんていう記述があります。