[zsh]"STDERR: configure: error: no controlling tty"の対処法
checking if tcsetpgrp() actually works... notty
STDERR: configure: error: no controlling tty
Try running configure with --with-tcsetpgrp or --without-tcsetpgrp
make: *** No targets specified and no makefile found. Stop.
対処法
./configure --with-tcsetpgrp
でいけました。tcsetpgrは何かというと、C言語の端末制御関数らしいのですがよくわかりません><
http://linuxjm.sourceforge.jp/html/LDP_man-pages/man3/tcgetpgrp.3.html
カテゴリ: