Hello all,
I'm evaluating the MKL11 and tried the example "basic_dp_real_dft_1d.c".
I'm getting the linker error messages:
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiFreeDescriptor" in Funktion "_main".
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiComputeBackward" in Funktion "_main".
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiComputeForward" in Funktion "_main".
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiCommitDescriptor" in Funktion "_main".
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiSetValue" in Funktion "_main".
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiCreateDescriptor_d_1d" in Funktion "_main".
1>basic_dp_real_dft_1d.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_DftiGetValue" in Funktion "_main".
Did I forget to link something?
BTW: I needed to adjust the include for mkl_dftk.h, the compiler did not find the header file:
//#include "mkl_dfti.h"
#include "C:\Program Files (x86)\Intel\Composer XE 2013\mkl\include\mkl_dfti.h"
Thank you for the help,
Marian