Hi,
I'm getting the following build error when trying to build from git.
[ 87%] Building CXX object CMakeFiles/kvrocks2redis.dir/tools/kvrocks2redis/parser.cc.o
[ 88%] Linking CXX executable kvrocks2redis
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make[2]: *** [kvrocks2redis] Error 1
make[1]: *** [CMakeFiles/kvrocks2redis.dir/all] Error 2
make: *** [all] Error 2
- OS: Red Hat Enterprise Linux Server release 7.2 (Maipo)
To Reproduce
Steps to reproduce the behavior:
- sh build.sh build
Hi,
I'm getting the following build error when trying to build from git.
[ 87%] Building CXX object CMakeFiles/kvrocks2redis.dir/tools/kvrocks2redis/parser.cc.o
[ 88%] Linking CXX executable kvrocks2redis
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
make[2]: *** [kvrocks2redis] Error 1
make[1]: *** [CMakeFiles/kvrocks2redis.dir/all] Error 2
make: *** [all] Error 2
To Reproduce
Steps to reproduce the behavior: