<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linker problem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linker-problem/m-p/967719#M16337</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Bart,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I don't see the material you are referencing when I follow the links you provide, but perhaps I can answer some of your questions. Source for the _PrintVectorC and _GetVectorC functions is provided in the file common_func.c which can be found in the examples/cblas/source directory.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Although there isn't a detailed manual, there is some guidance for setting up your Visual C++* .NET settings at &lt;A href="http://www.intel.com/support/performancetools/libraries/mkl/win/30486.HTM" target="_blank"&gt;http://www.intel.com/support/performancetools/libraries/mkl/win/30486.HTM&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;You are most likely getting an error with external symbol _cblas_ccopy because you are linking mkl_s.lib instead of mkl_c.lib. If you have edited your project as directed at the link above then you only need to put mkl_c.lib (or mkl_c_dll.lib) in your dependencies and you should be set.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Todd&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 11 Mar 2004 02:40:16 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2004-03-11T02:40:16Z</dc:date>
    <item>
      <title>Linker problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linker-problem/m-p/967718#M16336</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Dear,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt; I followed the instructions on &lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm" target="_blank"&gt;http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm&lt;/A&gt;to configure Visual Studio 2003. Compiling cblas_ccopy (on of the examples included), however, fails with the following error message :&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;VbEen error LNK2019: unresolved external symbol _cblas_ccopy referenced in function _main&lt;BR /&gt;VbEen error LNK2019: unresolved external symbol _PrintVectorC referenced in function _main&lt;BR /&gt;VbEen error LNK2019: unresolved external symbol _GetVectorC referenced in function _main&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;The additional dependencies in my project settings are :&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;mkl_s_dll.lib mkl_p3.lib mkl_lapack.lib&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;The documentation on &lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm" target="_blank"&gt;http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm&lt;/A&gt;does not really explain which additional dependencies should be included.&lt;/DIV&gt;
&lt;DIV&gt;Do you have any idea what is going wrong ? Does there exist a (detailed) manual which explains how to configure the project settings of Visual Studio ?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you very much,&lt;/DIV&gt;
&lt;DIV&gt;Bart&lt;/DIV&gt;</description>
      <pubDate>Sun, 07 Mar 2004 09:30:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linker-problem/m-p/967718#M16336</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2004-03-07T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linker problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linker-problem/m-p/967719#M16337</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Bart,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I don't see the material you are referencing when I follow the links you provide, but perhaps I can answer some of your questions. Source for the _PrintVectorC and _GetVectorC functions is provided in the file common_func.c which can be found in the examples/cblas/source directory.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Although there isn't a detailed manual, there is some guidance for setting up your Visual C++* .NET settings at &lt;A href="http://www.intel.com/support/performancetools/libraries/mkl/win/30486.HTM" target="_blank"&gt;http://www.intel.com/support/performancetools/libraries/mkl/win/30486.HTM&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;You are most likely getting an error with external symbol _cblas_ccopy because you are linking mkl_s.lib instead of mkl_c.lib. If you have edited your project as directed at the link above then you only need to put mkl_c.lib (or mkl_c_dll.lib) in your dependencies and you should be set.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Todd&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Mar 2004 02:40:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linker-problem/m-p/967719#M16337</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2004-03-11T02:40:16Z</dc:date>
    </item>
  </channel>
</rss>

