You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
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 tostd::__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
