|
From: Yesid G. <goy...@gm...> - 2019-07-08 06:17:06
|
Hello everyone, how can I fix the next problem? thanks, after run ./configure I can check that everything is OK, so... I am able to run: make after approx. 10 min, I am getting this error: *gcc -o build/user/sparse/sfhelmlu -pthread -fopenmp build/user/sparse/Mhelmlu.o build/user/sparse/fdprep.o build/user/sparse/fdprep5.o build/user/sparse/fdprep9.o build/user/sparse/fdprep9o.o build/user/sparse/fdprep25.o -Lbuild/lib -L/usr/lib64/atlas -lumfpack -lcholmod -lamd -lcamd -lcolamd -lccolamd -lrsfpwd -lrsf -lm -lf77blas -lcblas -latlas -ltatlas -lgomp -lfftw3f -lfftw3 -lfftw3f_threads -lfftw3_threads/bin/ld: /usr/lib64/atlas/libf77blas.a(xerbla.o): undefined reference to symbol '_gfortran_stop_string@@GFORTRAN_7'//usr/lib64/libgfortran.so.4: error adding symbols: DSO missing from command linecollect2: error: ld returned 1 exit statusscons: *** [build/user/sparse/sfhelmlu] Error 1scons: building terminated because of errors.make: *** [Makefile:4: all] Error 2* I had checked the next : >> gfortran --version GNU Fortran (GCC) 7.3.1 20180712 (Red Hat 7.3.1-6) >> rpm -qf /usr/lib64/libgfortran.so.4 libgfortran-7.3.1-6.fc27.x86_64 >> g++ --version g++ (GCC) 7.3.1 20180712 (Red Hat 7.3.1-6) >> sudo dnf install lapack-devel package lapack-devel-3.8.0-9.fc27.x86_64 is already installed, skipping. |