2005年07月07日(木)
cygwinにscreenを導入できない問題
コンピュータに関するりばにしの記事
夏場に重いマシンを持ち歩くのは暑くてしょうがないので,古いけど軽いマシンを引っ張り出して,最低限の環境だけ構築して持ち歩くことに.メールはGmailで読めばいいや,ということで,cygwin環境を中心に構築.その最中,実装用マシンのcygwin環境がおかしくなったわけですが・・・.
で,cygwin生活の必須アイテムとなったscreenを,以前導入した通りにやってみたんですが,導入できず.というか,Makefileすら作れませんでした.
$ wget ftp://tron.um.u-tokyo.ac.jp/pub/GNU/screen/screen-4.0.2.tar.gz $ tar zvxf screen-4.0.2.tar.gz $ cd screen-4.0.2 $ ./configure ----途中省略---- rm: cannot remove `conftest.exe': Permission denied
「conftest.exe」が実行されたまま終了せず,ファイルを消せなくなってしまっているようです.検索してみると,cygwinのメーリングリストで同じ問題に対する回答を発見.
IIRC I encountered this problem during the test for a broken FIFO
implementation. As it turns out, Cygwin's FIFO implementation is broken
(http://cygwin.com/ml/cygwin-apps/2005-04/msg00163.html), but the test in
configure doesn't detect this.
なるほど.パッチ付きのソースとバイナリも発見.
2005年07月07日00時38分 | Permalink
Comment Form