Satoshi Yamagishi
d-sat****@msj*****
2005年 5月 27日 (金) 13:33:33 JST
configure.inには確かに以下の部分が追加されていますが、 ./connfigure ---・・・を実行してもリンクしてくれません。 > # For senna > AC_CHECK_LIB(senna, sen_log) > AC_CHECK_LIB(mecab, mecab_new3, [],[echo "No libmecab found (You need a patched version, if using mecab without mecab_new3)"; exit 1]) そこで、aclocal autoconf automake を実行した後に、 ./configure ---・・・を実行すると、 libsennaのチェックが入りリンクするメッセージが現れました。 しかし、 今度は 以下のようなメッセージが出てconfigureが通りません。 checking for sen_log in -lsenna... yes checking for mecab_new3 in -lmecab... yes checking for atomic operations... no checking if we should use pstack... no checking for int8... no checking "LinuxThreads"... "Found" checking "named thread libs:"... "-lpthread" checking for strtok_r in -lpthread... yes checking for strtok_r... yes checking for dlopen in -ldl... yes checking for unistd.h... (cached) yes checking for restartable system calls... no checking "need of special linking flags"... "-rdynamic" checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for char... yes checking size of char... configure: error: cannot compute sizeof (char), 77 See `config.log' for more details.