Discussion:
gfortran build error
rih5342
2018-10-09 00:36:06 UTC
Permalink
Hi,

New user here.

gcc and gfortran are awesome.

I'm running open suse Leap V42.3.

Can someone look at my config.log and make suggestions?

config.log <http://gcc.1065356.n8.nabble.com/file/t17817/config.log>

Do my config options make sense?

Make goes a long way then dies with error in

___David/gcc/gcc-6.4.0-build/gcc/../../gcc-6.4.0/gcc/

Thank you.



--
Sent from: http://gcc.1065356.n8.nabble.com/gcc-fortran-f719652.html
Thomas Koenig
2018-10-10 17:57:32 UTC
Permalink
Hi,
Post by rih5342
Do my config options make sense?
Make goes a long way then dies with error in
___David/gcc/gcc-6.4.0-build/gcc/../../gcc-6.4.0/gcc/
Hard to tell without the actual error. What I suspect happens
is that your bootstrap compiler dies somewhere along the build.

--enable-languages=fortran --disable-multilib --disable-bootstrap
--enable-stage1-languages=fortran

What I usually do is to use --enable-languages=fortran,c,c++
(possibly with --disable-multilib) and let the whole boostrap
run its course.

On my 8-core machine with "make -j8", this usually takes
less than an hour.

Question: Why are you looking at gcc 6? This is rather old, and
no longer supported. 8.2 is the latest released version.

Regards

Thomas

Loading...