| 在WSL2的Ubuntu中安装lapack,安装命令为 [Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode sudo apt-get install libblas-dev liblapack-dev编译时显示库依赖出现错误
 
 [Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode /usr/bin/ld: /tmp/ccpnvyvq.o: in function `MAIN__':
graph_eb.f90:(.text+0x2c9): undefined reference to `sgev_'
collect2: error: ld returned 1 exit status请问如何处理呢
 
 |