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: Daniel J Sebald
Subject: Re: Compile error in latest repository tip
Date: Thu, 03 Mar 2016 14:38:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 03/03/2016 02:27 PM, Mike Miller wrote:
On Thu, Mar 03, 2016 at 14:17:14 -0600, Daniel J Sebald wrote:
I've cloned a fresh version of the repository, bootstrapped, and run make to
get the following error:

Which version of gcc?

What does `grep -E "^(CXX|CXXFLAGS|XTRA_CXXFLAGS) =" Makefile` display?

[@ build7]# grep -E "^(CXX|CXXFLAGS|XTRA_CXXFLAGS) =" Makefile
CXX = g++
CXXFLAGS = -g -O2
XTRA_CXXFLAGS =  -pthread -fopenmp

I must have missed out on a discussion about compiler version. g++ is the same as gcc installed, but the config.log shows

configure:6029: gcc --version >&5
gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

so I'm guessing 5.0+ is needed.

Dan



reply via email to

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