-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Good morning,
Issue: configure fails:
./configure: line 4288: AX_CXX_COMPILE_STDCXX_11: command not found
OS: RedHat/CentOS 7
Steps to reproduce:
git clone https://github.com/andre-martins/TurboParser.git
cd TurboParser
./install_deps.sh
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
./configure: line 4288: AX_CXX_COMPILE_STDCXX_11: command not found
I have double checked and:
- "autoconf --version" "autoconf (GNU Autoconf) 2.69"
- autoconf-archive is correctly installed : "sudo yum install autoconf-archive" : "archive-2016.09.16-1.el7.noarch already installed and latest version"
- the .m4 files are correctly in the aclocal folder: /usr/share/aclocal/ax_cxx_compile_stdcxx.m4, /usr/share/aclocal/ax_cxx_compile_stdcxx_11.m4, ....
Cheers,
WT.