<?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 MKL 11.0: DSS Link Error on 64-bit in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764624#M147</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please try&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;Intel MKL Link Line Advisor&lt;/A&gt;tocorrect your link line.&lt;BR /&gt;For ia32 it should be&lt;BR /&gt; mkl_intel_c.lib mkl_sequential.lib mkl_core.lib&lt;BR /&gt;and for intel 64&lt;BR /&gt;mkl_intel_lp64.lib mkl_sequential.lib mkl_core.lib</description>
    <pubDate>Wed, 15 Dec 2010 06:48:54 GMT</pubDate>
    <dc:creator>barragan_villanueva_</dc:creator>
    <dc:date>2010-12-15T06:48:54Z</dc:date>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764621#M144</link>
      <description>I used MKL 11.0 on Windows 7 32-bit well, with the following four libraries:&lt;DIV&gt;- mkl_core.lib&lt;/DIV&gt;&lt;DIV&gt;- mkl_intel_c.lib&lt;/DIV&gt;&lt;DIV&gt;- mkl_sequential.lib&lt;/DIV&gt;&lt;DIV&gt;- mkl_solver_sequential.lib&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I turned to compile my app to 64-bit, a bunch of link errors are reported that function starts with "dss_" are not found. For 64-bit, I linked with the following libraries:&lt;/DIV&gt;&lt;DIV&gt;- mkl_core.lib&lt;/DIV&gt;&lt;DIV&gt;- mkl_intel_lp64.lib&lt;/DIV&gt;&lt;DIV&gt;- mkl_sequential.lib&lt;/DIV&gt;&lt;DIV&gt;- mkl_solver_lp64_sequential.lib&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2010 03:43:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764621#M144</guid>
      <dc:creator>Dong_Feng</dc:creator>
      <dc:date>2010-12-15T03:43:42Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764622#M145</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Could you please provide the testcase or just the line where you're calling a DSS routine which was not found during the linking?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I will try to reproduce the problem. Which programming language did you use?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2010 03:56:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764622#M145</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2010-12-15T03:56:31Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764623#M146</link>
      <description>&lt;P&gt;The code is as simple as follows:&lt;/P&gt;
&lt;DIV&gt;
&lt;CODE&gt;
#include "mkl_dss.h"

int main(void)
{
    _MKL_DSS_HANDLE_t handle;
    int opt;
    int stupid;
    dss_solve_real( handle, opt, 0, stupid, 0 );
    return 0;
}
&lt;/CODE&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;The goal in the first place is to pass compile and link (so I didn't spend time to have the above code work at runtime). The above code gets compiled and linked in a Win32 VS project, but report "LNK2019: unresolved external symbol dss_solve_read_ referenced in fucntion wmain" in a x64 VS project.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the result is similar if replace dss_solve_real with dss_create, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2010 06:33:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764623#M146</guid>
      <dc:creator>Dong_Feng</dc:creator>
      <dc:date>2010-12-15T06:33:59Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764624#M147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please try&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;Intel MKL Link Line Advisor&lt;/A&gt;tocorrect your link line.&lt;BR /&gt;For ia32 it should be&lt;BR /&gt; mkl_intel_c.lib mkl_sequential.lib mkl_core.lib&lt;BR /&gt;and for intel 64&lt;BR /&gt;mkl_intel_lp64.lib mkl_sequential.lib mkl_core.lib</description>
      <pubDate>Wed, 15 Dec 2010 06:48:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764624#M147</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-12-15T06:48:54Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764625#M148</link>
      <description>&lt;P&gt;I checked the link line and it seems correct.&lt;/P&gt;
&lt;P&gt;I ran "dumpbin /symbols" upon the mkl_intel_lp64.lib, and it exposes no symbols starting with dss_. I also ran the same command upon the 32-bit mkl_intel_c.lib and it exposes the expected functions.&lt;/P&gt;
&lt;P&gt;Is this normal, and potentially the reason?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2010 07:31:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764625#M148</guid>
      <dc:creator>Dong_Feng</dc:creator>
      <dc:date>2010-12-15T07:31:51Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764626#M149</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It sounds really strange that there're no dss_* symbols inmkl_intel_lp64.lib. Probably something is wrong with your MKL libs. can you check mkl_intel_ilp64.lib as well?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Which version of MKL do you use exactly? Is it a part of compiler or standalone library?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2010 07:59:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764626#M149</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2010-12-15T07:59:44Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764627#M150</link>
      <description>&lt;DIV&gt;Hello Dong,&lt;DIV&gt;I'd recomend you to try to link this example with the linking line Victor suggested ( see reply #3).&lt;/DIV&gt;&lt;DIV&gt;and another comment regarding MKL 11.0. This is an unknown version. The latest version of MKL is 10.3.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2010 08:39:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764627#M150</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-15T08:39:44Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764628#M151</link>
      <description>Yes, order of libraries on command line is essential.</description>
      <pubDate>Wed, 15 Dec 2010 12:48:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764628#M151</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-12-15T12:48:41Z</dc:date>
    </item>
    <item>
      <title>MKL 11.0: DSS Link Error on 64-bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764629#M152</link>
      <description>The order of libraries on Windows is not important, so I believe the problem is different.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2010 17:48:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-11-0-DSS-Link-Error-on-64-bit/m-p/764629#M152</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2010-12-15T17:48:59Z</dc:date>
    </item>
  </channel>
</rss>

