<?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 Missing library and  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793952#M2503</link>
    <description>no, version 10.0 is the latest version supported now, but please pay attention what Chao said in thread#2.&lt;DIV&gt;&lt;I&gt;&lt;P&gt;please try to check would this linking line "mkl_intel_c.lib mkl_sequential.lib mkl_core.lib" help you?&lt;/P&gt;&lt;P&gt;LNK2001 unresolved external symbol _cblas_cdotu_sub - these symbols are resolved from&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P style="display: inline !important;"&gt;mkl_intel_c.lib.&lt;/P&gt;&lt;/I&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 03 Jul 2012 17:32:51 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-07-03T17:32:51Z</dc:date>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793946#M2497</link>
      <description>&lt;P&gt;I tried to addMKL libraries to avisual C++ 6.0 project and was partially successful. I followed instructions given to me by someone else who had done it successfully which I've included at the end of this message. Despite following those instructions I got the following messages.&lt;/P&gt;&lt;P&gt;In file included from z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml.h:36,&lt;/P&gt;&lt;P&gt;from z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl.h:33,&lt;/P&gt;&lt;P&gt;from KWICIma2DFunctor.cpp:19:&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:58: error: expected initializer before 'VSABS'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:59: error: expected initializer before 'VDABS'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:60: error: expected initializer before 'vsabs'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:61: error: expected initializer before 'vdabs'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:62: error: expected initializer before 'vsAbs'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:63: error: expected initializer before 'vdAbs'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:66: error: expected initializer before 'VCABS'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:67: error: expected initializer before 'VZABS'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:68: error: expected initializer before 'vcabs'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:69: error: expected initializer before 'vzabs'&lt;/P&gt;&lt;P&gt;z:/n4_extsw/x86/extsw/MKL/10.2.5.035/include/mkl_vml_functions.h:70: error: expected initializer before 'vcAbs'&lt;/P&gt;&lt;P&gt;there are many more expected initializer error messages after the above&lt;BR /&gt;&lt;BR /&gt;I also got the message &lt;BR /&gt;&lt;BR /&gt;LNK2001 unresolved external symbol _cblas_cdotu_sub&lt;/P&gt;&lt;P&gt;Does anyone have anyidea how to solve these problems.&lt;/P&gt;&lt;P&gt;Here is the procedure I used to get my c++ program to work with MKL. This was done for software written by siemens so the paths and variable names below are theirs.&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Change the main MakeIce.mk, because it overwrites XLINUX_LIB_PATHS,&lt;/P&gt;&lt;P&gt;which means that any changes in the local file don't work. Added this&lt;/P&gt;&lt;P&gt;line to n4\\pkg\\MrApplications\\MrIDEA\\utils\\MakeIce.mk:&lt;/P&gt;&lt;P&gt;XLINUX_LIB_PATHS += -L $(IDEA_BASE)/n4_extsw/vista_xlinux/extsw/mkl/em64t&lt;/P&gt;&lt;P&gt;2) Add the following to your makefile:&lt;/P&gt;&lt;P&gt;INCLPATHS_LOCAL += -I$(IDEA_BASE)/n4_extsw/x86/extsw/MKL/10.2.5.035/include&lt;/P&gt;&lt;P&gt;XLINUX_INCLUDE_PATHS += -I$(IDEA_BASE)/n4_extsw/x86/extsw/MKL/10.2.5.035/include&lt;/P&gt;&lt;P&gt;3) Copy the MKL include directory from Intel directory to&lt;/P&gt;&lt;P&gt;n4_extsw/x86/extsw/MKL/10.2.5.035/include.&lt;/P&gt;&lt;P&gt;4) Copy&lt;/P&gt;&lt;P&gt;mkl_core.lib&lt;/P&gt;&lt;P&gt;mkl_sequential.lib&lt;/P&gt;&lt;P&gt;mkl_intel.lib &lt;/P&gt;&lt;P&gt;mkl_core_dll.lib&lt;/P&gt;&lt;P&gt;mkl_sequential_dll.lib&lt;/P&gt;&lt;P&gt;mkl_intel_dll.lib&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;C:\\Program Files\\Intel\\MKL\\10.2.5.035\\ia32\\lib&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;n4_deli_vb17a\\x86\\delivery\\lib.&lt;/P&gt;&lt;P&gt;5) Make copies of the core, sequential and intel libraries with a "d" added&lt;/P&gt;&lt;P&gt;before the ".lib". I don't know if this is the best thing to do,&lt;/P&gt;&lt;P&gt;but it works.&lt;/P&gt;&lt;P&gt;6) Include mkl.h, or at least include explicit prototypes of any methods that you want to use from MKL. (I do the latter, to avoid type conflicts.)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 16:52:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793946#M2497</guid>
      <dc:creator>loginunavailable</dc:creator>
      <dc:date>2012-06-28T16:52:10Z</dc:date>
    </item>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793947#M2498</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;MKL does not support VC++ 6.0 now, and it require Microsoft Visual Studio* 2005 at least. The libraries for Intel MKLdoes not look correct in the linkage. It should be like the following for the sequential libraries: mkl_intel_c.lib mkl_sequential.lib mkl_core.lib&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2012 05:58:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793947#M2498</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-06-29T05:58:25Z</dc:date>
    </item>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793948#M2499</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1340969038329="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=21699" href="https://community.intel.com/en-us/profile/21699/" class="basic"&gt;Chao Y (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;MKL does not support VC++ 6.0 now, and it require Microsoft Visual Studio* 2005 at least. The libraries for Intel MKLdoes not look correct in the linkage. It should be like the following for the sequential libraries: mkl_intel_c.lib mkl_sequential.lib mkl_core.lib&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;Chao&lt;BR /&gt;&lt;BR /&gt;I was using an older version of MKL 10.2.5.035. The libraries are the ones from that version.&lt;BR /&gt;&lt;BR /&gt;Gamaliel</description>
      <pubDate>Fri, 29 Jun 2012 11:26:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793948#M2499</guid>
      <dc:creator>loginunavailable</dc:creator>
      <dc:date>2012-06-29T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793949#M2500</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1340970369834="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=21699" href="https://community.intel.com/en-us/profile/21699/" class="basic"&gt;Chao Y (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;MKL does not support VC++ 6.0 now, and it require Microsoft Visual Studio* 2005 at least. The libraries for Intel MKLdoes not look correct in the linkage. It should be like the following for the sequential libraries: mkl_intel_c.lib mkl_sequential.lib mkl_core.lib&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;Chao,&lt;BR /&gt;&lt;BR /&gt;I have to use visual C++ 6.0 because that's what Siemens uses and I'm programming their code. Siemens is using an MKL library at present on their MRI scanners even though they use the visual c++ 6.0 programming environment for windows. They also use a linux computer where I think g++ is running with mkl.&lt;BR /&gt;&lt;BR /&gt;Gamaliel</description>
      <pubDate>Fri, 29 Jun 2012 11:49:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793949#M2500</guid>
      <dc:creator>loginunavailable</dc:creator>
      <dc:date>2012-06-29T11:49:16Z</dc:date>
    </item>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793950#M2501</link>
      <description>In order to work with the no longer supported VC++ 6, you would need to use a no longer supported version of MKL which matches VC++ 6. If there is a reason for continuing to use the obsolete software, it's imperative that the expected version of MKL should be specified by the designers of the project. This may resolve your linkage specification problem.</description>
      <pubDate>Fri, 29 Jun 2012 12:43:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793950#M2501</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-06-29T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793951#M2502</link>
      <description>The oldest version of MKL I could find is version 10 and according to the system requirements document it has not been tested with visual C++ 6.0. Is there an older version of MKL online that has been tested with visual C++ 6.0?</description>
      <pubDate>Tue, 03 Jul 2012 15:24:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793951#M2502</guid>
      <dc:creator>loginunavailable</dc:creator>
      <dc:date>2012-07-03T15:24:52Z</dc:date>
    </item>
    <item>
      <title>Missing library and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793952#M2503</link>
      <description>no, version 10.0 is the latest version supported now, but please pay attention what Chao said in thread#2.&lt;DIV&gt;&lt;I&gt;&lt;P&gt;please try to check would this linking line "mkl_intel_c.lib mkl_sequential.lib mkl_core.lib" help you?&lt;/P&gt;&lt;P&gt;LNK2001 unresolved external symbol _cblas_cdotu_sub - these symbols are resolved from&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P style="display: inline !important;"&gt;mkl_intel_c.lib.&lt;/P&gt;&lt;/I&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Jul 2012 17:32:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-library-and/m-p/793952#M2503</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-07-03T17:32:51Z</dc:date>
    </item>
  </channel>
</rss>

