|
From: nimisha r. <nim...@gm...> - 2014-08-14 22:43:34
|
Hi, I was trying to build QuantLib-1.3. I am using boost_1_55_0. I could build boost and configure quantlib with boost. When I do make and make install it works fine. But when I do a make check I get the below error: /../../BOOST_QLib/QuantLib-1.3/test-suite/.libs/lt-quantlib-test-suite: error while loading shared libraries: libboost_unit_test_framework.so.1.55.0: cannot open shared object file: No such file or directory I have followed the below steps: cd boost_1_55_0 ./bootstrap.sh --prefix=/home/nimisha/BOOST_QLib/boost_1_55_0/ ./b2 install export PATH=$PATH:/home/nimisha/BOOST_QLib/boost_1_55_0/ cd QuantLib-1.3 sudo ./configure -with-boost-include=/home/nimisha/BOOST_QLib/boost_1_55_0/include/ -with-boost-lib=/home/nimisha/BOOST_QLib/boost_1_55_0/lib sudo make sudo make install sudo make check Please let me know if I am missing something? Thanks, Nimisha |