We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15' ./libkyotocabinet.so: undefined reference to
I have checked my libstdc++ and other linked library and they all have no related to GLIBCXX_3.4.15
The text was updated successfully, but these errors were encountered:
Hi. Can you try the version at my fork first and see if it works?
https://github.com/carlosefr/kyoto
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: