Search code examples
c++compilationg++preprocessor

Preprocessor error: cblas.h: No such file or directory


I am trying to see the output of a preprocessed .cpp file using the g++ compiler. I am doing this in the Windows command prompt. I type in g++ -E file.cpp in the command line but I get the error: cblas.h: No such file or directory

How do I go about fixing this problem?


Solution

  • You can install lapack from here