You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/22 14:03:41 UTC

[jira] [Commented] (ARROW-685) [GLib] AX_CXX_COMPILE_STDCXX_11 error running ./configure

    [ https://issues.apache.org/jira/browse/ARROW-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15936361#comment-15936361 ] 

Wes McKinney commented on ARROW-685:
------------------------------------

I'm adding http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_cxx_compile_stdcxx_11.m4;hb=14259db060ff3c6ecbd30e46a4363b6300bc9b66 to the glib codebase for autoconf that don't have this function, if you could take a look at https://github.com/apache/arrow/pull/418 and let me know if I did the right thing

> [GLib] AX_CXX_COMPILE_STDCXX_11 error running ./configure
> ---------------------------------------------------------
>
>                 Key: ARROW-685
>                 URL: https://issues.apache.org/jira/browse/ARROW-685
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: GLib
>            Reporter: Wes McKinney
>
> [~kou] I have the following when running {{./configure}}, autoconf 2.69 on Ubuntu 14.04:
> {code}
> $ ./configure 
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether make supports nested variables... (cached) yes
> checking for gcc... gcc
> 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 gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking whether gcc understands -c and -o together... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> ./configure: line 4415: syntax error near unexpected token `ext,'
> ./configure: line 4415: `AX_CXX_COMPILE_STDCXX_11(ext, mandatory)'
> {code}
> Any clues?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)