<?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: Cannot build a custom library on win64 platform in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914025#M12419</link>
    <description>&lt;DIV style="margin:0px;"&gt;Hello &lt;A href="https://community.intel.com/en-us/profile/428332"&gt;huangjs&lt;/A&gt;!&lt;BR /&gt;&lt;BR /&gt;it looks like you are trying to build win64 libraries in win32 environment.&lt;BR /&gt;Could you provide values of your LIB and PATH environment variables (echo %PATH% %LIB%)?&lt;BR /&gt;Is your host operation system win64?&lt;BR /&gt;&lt;BR /&gt;Andrey&lt;/DIV&gt;</description>
    <pubDate>Fri, 08 Jan 2010 11:40:27 GMT</pubDate>
    <dc:creator>Andrey_G_Intel2</dc:creator>
    <dc:date>2010-01-08T11:40:27Z</dc:date>
    <item>
      <title>Cannot build a custom library on win64 platform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914024#M12418</link>
      <description>Hi MKL developers,&lt;BR /&gt;&lt;BR /&gt;I got an error building a custom library on windows 7 64bit.&lt;BR /&gt;&lt;BR /&gt;Here's the script and error message I got. What's wrong with it and how can I make one?&lt;BR /&gt;&lt;BR /&gt;===&lt;BR /&gt;C:\Program Files\Intel\MKL\10.2.3.029\tools\builder&amp;gt;nmake em64t interface=cdecl&lt;BR /&gt;manifest=embed name=mkl_win64 export=all_cdecl_list buf_lib=&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Microsoft  Library Manager Version 9.00.30729.01&lt;BR /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;link /DLL /MANIFEST /MACHINE:AMD64 /NODEFAULTLIB /def:user_def_file.def&lt;BR /&gt;.\temp_cdll\*.obj   mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib  libio&lt;BR /&gt;mp5md.lib  msvcrt.lib kernel32.lib user32.lib  /out:"mkl_win64".dll&lt;BR /&gt;Microsoft  Incremental Linker Version 9.00.30729.01&lt;BR /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Creating library mkl_win64.lib and object mkl_win64.exp&lt;BR /&gt;msvcrt.lib(chkstk.obj) : fatal error LNK1112: module machine type 'X86' conflict&lt;BR /&gt;s with target machine type 'x64'&lt;BR /&gt;NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x458'&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jianshi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jan 2010 10:45:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914024#M12418</guid>
      <dc:creator>Jianshi_Huang</dc:creator>
      <dc:date>2010-01-08T10:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build a custom library on win64 platform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914025#M12419</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hello &lt;A href="https://community.intel.com/en-us/profile/428332"&gt;huangjs&lt;/A&gt;!&lt;BR /&gt;&lt;BR /&gt;it looks like you are trying to build win64 libraries in win32 environment.&lt;BR /&gt;Could you provide values of your LIB and PATH environment variables (echo %PATH% %LIB%)?&lt;BR /&gt;Is your host operation system win64?&lt;BR /&gt;&lt;BR /&gt;Andrey&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Jan 2010 11:40:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914025#M12419</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2010-01-08T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build a custom library on win64 platform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914026#M12420</link>
      <description>I'm building it on a win64 machine (windows 7).
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;The problem is the build environment (VS2008 Express) was set to x86 target by default and it seems there's no way to change it to amd64 due to missing batch file.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Since it's not a MKL problem anymore I'll ask at MS forums.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks!&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Jan 2010 08:13:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914026#M12420</guid>
      <dc:creator>Jianshi_Huang</dc:creator>
      <dc:date>2010-01-12T08:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build a custom library on win64 platform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914027#M12421</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/428332"&gt;huangjs&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I'm building it on a win64 machine (windows 7).
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;The problem is the build environment (VS2008 Express) was set to x86 target by default and it seems there's no way to change it to amd64 due to missing batch file.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Since it's not a MKL problem anymore I'll ask at MS forums.&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
That's true, VS2008 Express doesn't support X64.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 16:57:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914027#M12421</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-01-12T16:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build a custom library on win64 platform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914028#M12422</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; That's true, VS2008 Express doesn't support X64.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a small comment to tim18's words. X64 support can be added to Microsoft Visual Studio 2008 Express by installing Windows SDK. Please see &lt;A href="http://msdn.microsoft.com/en-us/library/9yb4317s.aspx" target="_blank"&gt;this&lt;/A&gt; webpage. Microsoft Windows 7 SDK can be downloaded from &lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505"&gt;here&lt;/A&gt;. Also &lt;A href="http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-bit-targets/"&gt;this&lt;/A&gt; information may be helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2010 06:48:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cannot-build-a-custom-library-on-win64-platform/m-p/914028#M12422</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2010-01-13T06:48:09Z</dc:date>
    </item>
  </channel>
</rss>

