Re: Configure problems with octave4.2.1 on redhat7
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <trinity-a57fd1ad-bb32-4d34-97cd-86ed86911042-1606375089520@3c-app-gmx-bs10> |
Am 26. November 2020 um 00:03 Uhr schrieb "José Abílio Matos": > On Wednesday, November 25, 2020 3:02:24 PM WET Markus Mützel wrote: > > gcc version 4.9.4 (GCC) > > ans = 0 > > > > That is slightly newer (but not by much) than yours. > > Depending on the code this could make a big difference because IIRC gcc 4.9 was the first release to more or less fully support C++11. That was my first thought as well. But if I'm reading the overview table on cppreference.com correctly, gcc 4.8 already had more or less complete support of C++11 core language features: https://en.cppreference.com/w/cpp/11 Markus