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

compile error #29

Open
zym1905 opened this issue Nov 1, 2018 · 1 comment
Open

compile error #29

zym1905 opened this issue Nov 1, 2018 · 1 comment

Comments

@zym1905
Copy link

zym1905 commented Nov 1, 2018

I am trying to compile kyoto at our cluster. I finished libkyotocabinet.so but get error when compile kyototycoon:

/xx/software/bin/gcc -g -O2 -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kclangctest kclangctest.o -L. -L/xx/software/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib:/lib:/lib64:/usr/lib:/usr/lib64:/xx/software/lib:/xx/software/lib64:/opt/gridengine/lib/lx-amd64:/opt/openmpi/lib:/opt/python/lib:/xx/software/tools/instantclient_12_2/ -Wl,--as-needed -lkyotocabinet
./libkyotocabinet.so: undefined reference to std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15' ./libkyotocabinet.so: undefined reference to std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'

I have checked my libstdc++ and other linked library and they all have no related to GLIBCXX_3.4.15
image

@carlosefr
Copy link
Contributor

Hi. Can you try the version at my fork first and see if it works?

https://github.com/carlosefr/kyoto

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