So you don't have logs/pkgs/gfortran* at all?
Then it wasn't built, good. You can also run the "main" ./configure
with your options and check the lines starting from

checking SPKGs to install...

which should contain lines

    gcc-7.2.0 not installed (configure check)
and
    gfortran-7.2.0 not installed (configure check)

if you don't want to build gcc/gfortran.

If they are there, (and you continue having that errors about
libgfortran not found) it means that your fortran toolchain is messed up.
How exactly it hard to tell.
Can you de-install you gccs/gfortrans and re-intstall just one?


On Thu, Jan 31, 2019 at 2:31 AM Ike Stoddard <[email protected]> wrote:
>
> >> have you checked that configure accepted FC you supplied, and there were 
> >> no attempt to build gfortran by Sage?
> >> (e.g. look for logs/pkgs/gfortran, or look what you got in config.log)
>
> That is the clue. In gsl's config.log,
>   $ ./configure --prefix=/usr/local/src/Misc/sage-8.6/local 
> --libdir=/usr/local/src/Misc/sage-8.6/local/lib LIBS=-lopenblas   -lm
> and FC is not present in any gsl/src/config*.*
>
> How do I get it passed through?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to