- Code: Select all
#include <lapacke.h>
int main(){}
The command to compile I tested was:
$ g++ -std=c++11 -c test_lapack.cpp
The number of errors reported by the compiler are massive, probably most are repetitions of the same type of error. I couldn't figure out what needed to be fixed, the text file with all the errors was 297540 bytes. I have attached the errors in a tar.bz2 file.

