水曜日, 8月 03, 2005

w3mインストール

w3m

$./configure
checking size of long long... configure: error: cannot compute sizeof (long long), 77
See `config.log' for more details.

エラー対処法
http://emacs-w3m.namazu.org/ml/msg06844.html

$export LDFLAGS='-Xlinker -R/usr/local/lib'
$./configure
$make
#make install


$w3m www.google.com
*** err [lib/liblow.c(268)]:
strncmp/isdigit/consolename failed
Segmentation fault

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137284

$w3m -no-mouse www.google.com
Segmentation fault


調べたが、w3mがSegmentation faultで落ちる原因については見つからなかった。

0 件のコメント:

コメントを投稿