Skip to content
New issue

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

configure fails on AX_CXX_COMPILE_STDCXX_11 #33

Open
WilliamTambellini opened this issue Jan 18, 2017 · 2 comments
Open

configure fails on AX_CXX_COMPILE_STDCXX_11 #33

WilliamTambellini opened this issue Jan 18, 2017 · 2 comments

Comments

@WilliamTambellini
Copy link

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.

@WilliamTambellini
Copy link
Author

#18
seems to be a different issue.

@skumyol
Copy link

skumyol commented Jun 3, 2021

I have the same issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants