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?
You can install lapack from here