Login  Register

Failure to build test-suite in QuantLib-1.3

Posted by nim on Aug 14, 2014; 10:43pm
URL: http://quantlib.414.s1.nabble.com/Failure-to-build-test-suite-in-QuantLib-1-3-tp15771.html

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

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev