Dear all, I am getting the following error when trying to install RDKit in x86_64 GNU/Linux:
cd ~/RDKit wget https://github.com/rdkit/rdkit/archive/Release_2018_09_2.tar.gz tar xvf Release_2018_09_2.tar.gz cd rdkit-Release_2018_09_2 export RDBASE=~/RDKit/rdkit-Release_2018_09_2 export LD_LIBRARY_PATH=$RDBASE/lib export PYTHONPATH=$RDBASE cd $RDBASE mkdir build cd build cmake -D BOOST_ROOT=~/boost/boost_1_69_0 -D Boost_USE_STATIC_LIBS=OFF .. make # [ 58%] Linking CXX executable testReaction # ../../../lib/libRDKitChemReactions.so.1.2018.09.2: undefined reference to `boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load_override(boost::archive::class_name_type&)' # ../../../lib/libRDKitChemReactions.so.1.2018.09.2: undefined reference to `boost::archive::archive_exception::archive_exception(boost::archive::archive_exception const&)' # collect2: error: ld returned 1 exit status # make[2]: *** [Code/GraphMol/ChemReactions/testReaction] Error 1 # make[1]: *** [Code/GraphMol/ChemReactions/CMakeFiles/testReaction.dir/all] Error 2 # make: *** [all] Error 2 If you have clue of what might be going on or how to fix it, that would be very helpful. Thanks, Sergio
_______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

