YamCha-0.27のコンパイル&インストール

これもshared library化します。TinySVMと同じ要領です。

/usr/autotool/devel/bin/aclocal
/usr/autotool/devel/bin/automake --add-missing
/usr/autotool/devel/bin/autoconf
/usr/autotool/devel/bin/libtoolize --force
  • Makefile.inのLDFLAGSに-no-undefinedを付け加える
LDFLAGS = -no-undefined @LDFLAGS@
  • 呪文。
/usr/autotool/devel/bin/automake
/usr/autotool/devel/bin/autoconf
./configure
make
make check
make install