Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MakeFile issue for RDKit libraries #15

Open
Mirrty opened this issue Sep 29, 2021 · 1 comment
Open

MakeFile issue for RDKit libraries #15

Mirrty opened this issue Sep 29, 2021 · 1 comment

Comments

@Mirrty
Copy link

Mirrty commented Sep 29, 2021

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

@TVect
Copy link

TVect commented Oct 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants