autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: STDCXX issue


From: Bob Friesenhahn
Subject: Re: STDCXX issue
Date: Mon, 20 Jan 2020 08:02:42 -0600 (CST)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Mon, 20 Jan 2020, Vincent Blondel wrote:

BUT when doing the configure script .... I get the same error ...

$ ./configure
./configure: line 2428: syntax error near unexpected token
`AX_CXX_COMPILE_STDCXX'
./configure: line 2428: `AX_REQUIRE_DEFINED(AX_CXX_COMPILE_STDCXX)'

It appears that this macro comes from the Autoconf archive rather than from Autoconf itself. The failure indicates that the macro definition was not provided and so no substitution occured. You likely need to provide the .m4 file containing this macro definition as part of the package since it might not be available installed on the system.

Google appears to be a wealth of information on this topic.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]