|
From: | Mike Miller |
Subject: | [Octave-bug-tracker] [bug #47775] realpow and sparse-xpow.cc-tst fails |
Date: | Thu, 28 Apr 2016 18:48:51 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #13, bug #47775 (project octave): This sounded familiar and did come up before, see bug #46065. I forgot both C and C++ compilers need to agree, and gcc 4.8 did not default to C11 like gcc 5 does. Try with CC="gcc -std=gnu11" and CXX="g++ -std=gnu++11". _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47775> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |