This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/68347] Multiple build errors in libgfortran


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68347

--- Comment #9 from Alexey Rychkov <alexey.a.rychkov at gmail dot com> ---
(In reply to Dominique d'Humieres from comment #8)
> > ... results in valid output.
> 
> So Mikael probably got the point: don't buil in the source directory.
> Instead of
> 
> > cd gcc-5.2.0
> > mkdir build && cd build
> > ../configure --disable-multilib
> > make
> 
> do
> 
> cd gcc-5.2.0
> mkdir ../build && cd ../build
> ../gcc-5.2.0/configure --disable-multilib
> make
> 
> (or similar!-).

Are you sure that problem is not in GREP_OPTIONS='--color=always' which
according to man results in color output using default color scheme '01;31'?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]