Undefined reference to `dgesvd_' issue [SOLVED]
Posted: Fri Aug 14, 2020 5:38 am
Hi.
Recently I installed a fresh Ubuntu 18.04 and start Abinit 9.0.4 compilation with the configuration as stated in here.
After I installed the fallbacks, do ./configure, and make, I got this error:
Is there something to do to fix this problem?
Thank you.
Dika.
Recently I installed a fresh Ubuntu 18.04 and start Abinit 9.0.4 compilation with the configuration as stated in here.
After I installed the fallbacks, do ./configure, and make, I got this error:
Code: Select all
../../src/28_numeric_noabirule/lib28_numeric_noabirule.a(m_numeric_tools.o): In function `__m_numeric_tools_MOD_llsfit_svd':
/home/dika/abinit-9.0.4/build/shared/common/src/28_numeric_noabirule/../../../../../shared/common/src/28_numeric_noabirule/m_numeric_tools.F90:2303: undefined reference to `dgesvd_'
collect2: error: ld returned 1 exit status
Makefile:4247: recipe for target 'abinit' failed
make[3]: *** [abinit] Error 1
make[3]: Leaving directory '/home/dika/abinit-9.0.4/build/src/98_main'
Makefile:1227: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/dika/abinit-9.0.4/build/src'
Makefile:1430: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/dika/abinit-9.0.4/build'
Makefile:1354: recipe for target 'all' failed
make: *** [all] Error 2
Thank you.
Dika.