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
$make make all-am make[1]: Entering directory /home/longfei.alf/autofdo' echo "[MAKE] Building protobuf" [MAKE] Building protobuf (cd third_party/protobuf/; CC="gcc" CXX="g++" LDFLAGS=" -g " CPPFLAGS=" -g " ./configure --disable-shared --enable-static ) checking whether to enable maintainer-specific portions of Makefiles... yes configure: error: cannot run /bin/sh ./../../config.sub make[1]: *** [third_party/protobuf/src/protoc] Error 127 make[1]: Leaving directory /home/longfei.alf/autofdo' make: *** [all] Error 2
/home/longfei.alf/autofdo' echo "[MAKE] Building protobuf" [MAKE] Building protobuf (cd third_party/protobuf/; CC="gcc" CXX="g++" LDFLAGS=" -g " CPPFLAGS=" -g " ./configure --disable-shared --enable-static ) checking whether to enable maintainer-specific portions of Makefiles... yes configure: error: cannot run /bin/sh ./../../config.sub make[1]: *** [third_party/protobuf/src/protoc] Error 127 make[1]: Leaving directory
The text was updated successfully, but these errors were encountered:
my steps is:
Sorry, something went wrong.
No branches or pull requests
$make
make all-am
make[1]: Entering directory
/home/longfei.alf/autofdo' echo "[MAKE] Building protobuf" [MAKE] Building protobuf (cd third_party/protobuf/; CC="gcc" CXX="g++" LDFLAGS=" -g " CPPFLAGS=" -g " ./configure --disable-shared --enable-static ) checking whether to enable maintainer-specific portions of Makefiles... yes configure: error: cannot run /bin/sh ./../../config.sub make[1]: *** [third_party/protobuf/src/protoc] Error 127 make[1]: Leaving directory
/home/longfei.alf/autofdo'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: