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 has been archived by the owner on May 24, 2018. It is now read-only.
[spark@a1_sw_3552p wormhole]$ make
make -C repo/ps-lite ps config=/home/spark/wormhole/make/config.mk DEPS_PATH=/home/spark/wormhole/deps CXX=g++
make[1]: Entering directory
/home/spark/wormhole/repo/ps-lite' make[1]: Nothing to be done for
ps'.make[1]: Leaving directory
/home/spark/wormhole/repo/ps-lite' make -C repo/dmlc-core libdmlc.a config=/home/spark/wormhole/make/config.mk DEPS_PATH=/home/spark/wormhole/deps CXX=g++ make[1]: Entering directory
/home/spark/wormhole/repo/dmlc-core'make[1]: “libdmlc.a”是最新的。
make[1]: Leaving directory
/home/spark/wormhole/repo/dmlc-core' make -C learn/test build.mk config=/home/spark/wormhole/make/config.mk DEPS_PATH=/home/spark/wormhole/deps CXX=g++ make[1]: Entering directory
/home/spark/wormhole/learn/test'make[1]: Nothing to be done for
build.mk'. make[1]: Leaving directory
/home/spark/wormhole/learn/test'make -C learn/kmeans kmeans.dmlc DEPS_PATH=/home/spark/wormhole/deps CXX=g++
make[1]: Entering directory
/home/spark/wormhole/learn/kmeans' g++ -Wall -msse2 -Wno-unknown-pragmas -fPIC -I../../repo/rabit/include -I../../repo/dmlc-core/include -std=c++11 -o kmeans.dmlc kmeans.cc ../../repo/dmlc-core/libdmlc.a ../../repo/rabit/lib/librabit.a -L../../lib /home/spark/wormhole/deps/lib/libglog.a /home/spark/wormhole/deps/lib/libgflags.a -pthread -lm -lrt -fopenmp -lrt ../../repo/dmlc-core/libdmlc.a(data.o): In function
std::_cxx11::basic_string<char, std::char_traits, std::allocator >* google::MakeCheckOpString<bool, bool>(bool const&, bool const&, char const)':data.cc:(.text._ZN6google17MakeCheckOpStringIbbEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc[_ZN6google17MakeCheckOpStringIbbEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc]+0x42): undefined reference to
_ZN6google4base21CheckOpMessageBuilder9NewStringB5cxx11Ev' ../../repo/dmlc-core/libdmlc.a(data.o): In function
std::cxx11::basic_string<char, std::char_traits, std::allocator > google::MakeCheckOpString<unsigned long, unsigned long>(unsigned long const&, unsigned long const&, char const)':data.cc:(.text._ZN6google17MakeCheckOpStringImmEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc[_ZN6google17MakeCheckOpStringImmEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc]+0x41): undefined reference to
_ZN6google4base21CheckOpMessageBuilder9NewStringB5cxx11Ev' ../../repo/dmlc-core/libdmlc.a(data.o): In function
std::cxx11::basic_string<char, std::char_traits, std::allocator > google::MakeCheckOpString<unsigned long, int>(unsigned long const&, int const&, char const)':data.cc:(.text._ZN6google17MakeCheckOpStringImiEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc[_ZN6google17MakeCheckOpStringImiEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc]+0x40): undefined reference to
_ZN6google4base21CheckOpMessageBuilder9NewStringB5cxx11Ev' collect2: 错误:ld 返回 1 make[1]: *_\* [kmeans.dmlc] 错误 1 make[1]: Leaving directory
/home/spark/wormhole/learn/kmeans'make: *** [learn/kmeans/kmeans.dmlc] 错误 2
[spark@a1_sw_3552p wormhole]$
The text was updated successfully, but these errors were encountered: