Quantcast
Channel: Intel® Software - Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 3005

LNK2019 to Symbol _DftiFreeDescriptor and others

$
0
0

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


Viewing all articles
Browse latest Browse all 3005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>