octave-maintainers
[Top][All Lists]
Advanced

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

Re: possible mkoctfile bug on 4.2.0


From: Marco Atzeri
Subject: Re: possible mkoctfile bug on 4.2.0
Date: Mon, 16 Jan 2017 14:36:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

On 16/01/2017 12:25, Marco Atzeri wrote:
Trying to build control package with octave-4.2.0 on cygwin I noticed
that the CXX setting seems to not be preserved:

$ mkoctfile -p CXX
g++ -std=gnu++11

while "-std=gnu++11" seems disappear on invocation by Makefile

Not a bug. mkoctfile propagates previous settings of CXX

 $ CXX="g++" mkoctfile -p CXX
g++

 $ mkoctfile -p CXX
g++ -std=gnu++11

Regards
Marco




reply via email to

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