This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Building gcc with broken gfortran
On Wed, Jan 09, 2019 at 01:20:35PM -0500, NightStrike wrote:
>> How are people currently building gfortran successfully?
>
% cd $HOME/gcc/gccx
% svn update
% cd ../objx
% rm -rf *
% ../confx
% gmake -j6 bootstrap
% gmake -j6 check-fortran
% gmake install
% cat ../confx
#! /bin/sh
CC=/usr/local/bin/gcc8
export CC
CXX=/usr/local/bin/g++8
export CXX
LD_LIBRARY_PATH=/usr/local/lib/gcc8
export LD_LIBRARY_PATH
LD_RUN_PATH=/usr/local/lib/gcc8
export LD_RUN_PATH
../gccx/configure --prefix=$HOME/work/x --enable-languages=c,fortran \
--enable-bootstrap --disable-nls
HTH
--
Steve