compile failed
[root@lenmom pedis-master]# ./configure.py --compiler=/opt/scylladb/bin/g++ --static-stdc++
Traceback (most recent call last):
File "./configure.py", line 348, in
please check '/opt/scylladb/bin/g++' exist or not? if not exist, check '/opt/scylladb/bin/g++-7.3' exist or not? if you compile and install seastar correctly, you should see something below:
ls /opt/scylladb/bin/ c++ c99-7.3 g++ gcc-7.3 gcc-ranlib-7.3 x86_64-redhat-linux-c++-7.3 x86_64-redhat-linux-gcc-7.3 c++-7.3 cc-7.3 g++-7.3 gcc-ar-7.3 gcov-7.3 x86_64-redhat-linux-g++-7.3 c89-7.3 cpp-7.3 gcc gcc-nm-7.3 gcov-tool-7.3 x86_64-redhat-linux-gcc-7
just create a soft link 'g++' which point to ls /opt/scylladb/bin/g++-7.3