These three, supposedly. 
*which  gfortran gfortran-5 gfortran-6*
provides
/usr/bin/gfortran
/usr/bin/gfortran-5
/usr/bin/gfortran-6

and commanding *gfortran{version} -v*
*gives*
gcc version 8.2.1 20181127 (GCC) 
gcc version 5.5.0 (GCC) 
gcc version 6.4.1 20180809 (GCC) 

and libgfortran is found for the latter:
/usr/lib/gcc/x86_64-pc-linux-gnu/5.5.0/libgfortran.so.3      
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/libgfortran.so.3

but the latest is found as
/usr/lib/libgfortran.so.5

*./configure CC=gcc-6 CXX=g++-6 FC=gfortran-6*

*MAKE="make -j2" make*
was used to command the build.

Should I try adding 
 -Wl,-rpath -Wl,/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/
????
But where ???

-- 
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