Attempting to build the current trunk

Damian Rouson rouson@stanford.edu
Sat Jan 4 18:23:00 GMT 2014



Based on Tom’s advice (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59654#c22) I can now build on OS X (haven’t tried Linux again) after commenting out the following lines in the configure file:

# Enable -Werror in bootstrap stage2 and later.
# Check whether --enable-werror was given.
#if test "${enable_werror+set}" = set; then :
  #enableval=$enable_werror;
#else
  #if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
  #enable_werror=yes
#else
  #enable_werror=no
#fi
#fi

Should there be some permanent change to the configure file to avoid having to do this?

Damian



On Jan 3, 2014, at 10:02 PM, Damian Rouson <rouson@stanford.edu> wrote:

> Thanks for the quick reply.  The suggested change yields the same result.
> 
> Damian
> 
> 
> On Jan 3, 2014, at 9:27 PM, Jerry DeLisle <jvdelisle@charter.net> wrote:
> 
>> On 01/03/2014 06:44 PM, Damian Rouson wrote:
>>> I’m attempting to build the current trunk from source in Ubuntu Linux.  The last command issued during the build and the error message are below.  I realize this is probably not the information that will be most helpful so could someone please advise about where to find, or how to generate, a log file that would helping in diagnosing this problem?
>> 
>> I believe you must also enable c++ which is now used to compile portions of gcc.
>> 
>> --enable-languages=c,c++,fortran
>> 
>> Hope this helps,
>> 
>> Jerry
> 



More information about the Fortran mailing list