Hi all
I have installed lapack library in my linux system using both pacman package manager and conda, but when i wanted to use its subroutines in my fortran programs i got error below:
$ gfortran test.f90
/home/linuxbrew/.linuxbrew/bin/ld: /tmp/ccmmwhkj.o: in function MAIN__': test.f90:(.text+0xdb): undefined reference to sgesv_’
collect2: error: ld returned 1 exit status