* Reference
I get "lapack.h: No such file or directory" although I installed liblapack-dev
I installed liblapack-dev and its dependencies using Synaptic, and I included <lapack.h> in my code. If I try to compile my program like this... mpicc program.c -llapack -o output .....
stackoverflow.com
* 해결 방법
sudo apt-get install liblapacke-dev'Programming Language > C++' 카테고리의 다른 글
| [c++] GCC 에러 및 최적화 관련 컴파일 옵션 정리 (0) | 2026.02.05 |
|---|