octave-maintainers
[Top][All Lists]
Advanced

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

Re: Compile error in latest repository tip


From: Mike Miller
Subject: Re: Compile error in latest repository tip
Date: Thu, 3 Mar 2016 15:57:21 -0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Mar 03, 2016 at 17:01:43 -0600, Daniel J Sebald wrote:
> That configuration option seems to make compilation proceed, thanks. Would
> it be possible to make "gnu++0x" be assigned to -std as part of the
> configure process?  -std=gnu11 is being tested, so if that fails it
> shouldn't be difficult to test if -std=gnu++0x fails as a fallback.

It is already doing so, check your config.log again. The reason it fails
is because your version of gcc is not C++11-compliant enough, according
to configure, even with the correct -std option.

-- 
mike



reply via email to

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