Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
Important Update: Community Platform Migration​. Learn more​>

issue with linking library

rakesh
Beginner
1,748 Views

Hi,

i'm using intel mkl under intel coposer studio 2011 and integrated with visual studio 2008.

i'm running sample example complex_1d_double_ex1.c.. i dont get any error during compilation but

while building the program , i get  message " unresolved external symbol _read_data_file_1d, _init_input_and_expected_vector_3 ,

_print_vector_3.

Please tell me how to resolve the error.

With Regards,

Rakesh

 

0 Kudos
2 Replies
barragan_villanueva_
Valued Contributor I
1,748 Views
Hi, These symbols are from the example sources. Please use makefile located in the example directory to compile and run it.
0 Kudos
rakesh
Beginner
1,748 Views
i got the problem. i did not linked some library and include files. after linking, the problem resolved.
0 Kudos
Reply