gdb
してみると
Starting program: /home/kubo/mcmc++-1.2/examples/binomial
Program received signal SIGSEGV, Segmentation fault.
main (ac=1, av=0xbffd4f54) at /usr/include/boost/spirit/core/scanner/impl/skipper.ipp:171
171 while (*last)
boost library
まわりに問題ある,
とわかったんだが
……
Vine 4.1 用の
boost
(libboost
のたぐい;
安直には
sudo apt-get install libboost-test-devel
)
とかにきりかえてもうまく動作しない
(./configure --with-boost-test=-gcc-1_33_1
が必要;
いや,
./configure --with-boost-test=-gcc
でいいのか?).
ということで,
MCMC++
はまたこんど,
ということで.
sudo make uninstall
……