We have tried to configure using ./configure command. An error is like no c++11 compiler support. We are following the steps ie mentioned in some blog. We want to know like is there any other specific steps for this?
./autogen.sh
./configure
-disable-shared
CFLAGS='-fPIC'
CXXFLAGS='-fPIC'
--host=aarch64-unknown-nto-qnx7.0.0 # or x86_64-pc-nto-qnx7.0.0
CC=aarch64-unknown-nto-qnx7.0.0-gcc
CXX=aarch64-unknown-nto-qnx7.0.0-g++
--prefix='path-to-install/protobuf'
--with-protoc='path-to-local-installed/protobuf/bin/protoc'
CPPFLAGS='-D_XOPEN_SOURCE=500'
make
make install