Hello.
I'm writing some of code using LAPACKE_dtpqrt function.
In MKL 11.0.1.117, however, Intel c compiler could not link this function and reported error message "undefined reference to `LAPACKE_dtpqrt'".
From release note and reference manual, I should be able to use this function.
http://software.intel.com/en-us/articles/new-functions-added-in-the-c-in...
http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/...
My code can be compiled by using netlib's LAPACKE. So, what's wrong?


