how many different installations of grfortran do you have on the machine? are any of them functional?
On Wed, 30 Jan 2019 at 08:25, Ike Stoddard <[email protected]> wrote: > I get > Error building Sage. > > The following package(s) may have failed to build (not necessarily > during this run of 'make all-start'): > > * package: gsl-2.5 > log file: /usr/local/src/Misc/sage-8.6/logs/pkgs/gsl-2.5.log > build directory: > /usr/local/src/Misc/sage-8.6/local/var/tmp/sage/build/gsl-2.5 > > In the build dir, *config.log* contains > configure:3498: gcc-6 -g -O2 -L/usr/local/src/Misc/sage-8.6/local/lib > -Wl,-rpath,/usr/local/src/Misc/sage-8.6/local/lib conftest.c -lopenblas > -lm >&5 > ld: warning: libgfortran.so.3, needed by > /usr/local/src/Misc/sage-8.6/local/lib/libopenblas.so, not found (try using > -rpath or -rpath-link) > ld: /usr/local/src/Misc/sage-8.6/local/lib/libopenblas.so: undefined > reference to `_gfortran_etime@GFORTRAN_1.0' > ld: /usr/local/src/Misc/sage-8.6/local/lib/libopenblas.so: undefined > reference to `_gfortran_concat_string@GFORTRAN_1.0' > > which is hinting that it didn't get the word: > >>> */usr/bin/gcc-6 -print-libgcc-file-name* > /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/libgcc.a > > which is where is located > /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/libgfortran.so.3 > > So do I do -rpath to /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/ ?? Where > does it go in env? > > Please help again? > > -- > 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.
