Re: Building gcc with broken gfortran

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 9, 2019 at 1:30 PM Steve Kargl
<sgk@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> 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

Does that work on RHEL or Cent 6?  I don't see much different in what
I'm doing, other than wanting the faster clock_gettime.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux