shape-it icon indicating copy to clipboard operation
shape-it copied to clipboard

MakeFile issue for RDKit libraries

Open Mirrty opened this issue 3 years ago • 1 comments

I am having some troubles compiling the package during 'make' :

anaconda3/envs/my-rdkit/lib/libRDKitGraphMol.so: undefined reference to `std::__cxx11::basic_istringstream<char, std::char_traits, std::allocator >::basic_istringstream()@GLIBCXX_3.4.26'

I was trying to add -D_GLIBCXX_USE_CXX11_ABI=0 in MakeFile, but it didn't help.

++

gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) Linux Centos 8 rdkit 2021.03.5

Mirrty avatar Sep 29 '21 19:09 Mirrty

I am having some troubles compiling the package during 'make' :

anaconda3/envs/my-rdkit/lib/libRDKitGraphMol.so: undefined reference to `std::__cxx11::basic_istringstream<char, std::char_traits, std::allocator >::basic_istringstream()@GLIBCXX_3.4.26'

I was trying to add -D_GLIBCXX_USE_CXX11_ABI=0 in MakeFile, but it didn't help.

++

gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) Linux Centos 8 rdkit 2021.03.5

I had the same problem, do you know how to fix it? Thanks.

TVect avatar Oct 24 '22 10:10 TVect