<?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: ifort: Command line warning: unrecognized source type 'BUIL in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835433#M54728</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you twoso much for your quickresponse.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I found the problem. I put BUILD_HDF5_DLL in the intel fortranpreprocessor definitions. I think intel fortran can not recognize space as a delimiter between symbols. I replace the space with semicolon, it works when I build the release version. But when I build the debug version, it crashed with a window poped up. The error message said:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Run time Error!&lt;BR /&gt;Program Microsoft../../devenv.exe&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Looking forward to help!&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Fang&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 10 Jun 2005 02:18:21 GMT</pubDate>
    <dc:creator>fangguo</dc:creator>
    <dc:date>2005-06-10T02:18:21Z</dc:date>
    <item>
      <title>ifort: Command line warning: unrecognized source type 'BUILD_HDF5_DLL'; object file assumed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835430#M54725</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I am building HDF5 DLL fortran libraries with intel fortran integration with visual c++ .Net 2003. All of the static library can be built with intel fortran sucessfully. But when I am trying to build DLL fortran libraries, the following warnings happened:&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="1"&gt;
&lt;P&gt;ifort: Command line warning: unrecognized source type 'BUILD_HDF5_DLL'; object file assumed&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Although it says the library was built sucessfully, there is not library file created at all. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Anybody can help? Thanks a lot!&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Fang&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="1"&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jun 2005 23:13:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835430#M54725</guid>
      <dc:creator>fangguo</dc:creator>
      <dc:date>2005-06-08T23:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: Command line warning: unrecognized source type 'BUIL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835431#M54726</link>
      <description>&lt;DIV&gt;Are you sure you have named your library correctly it looks as if it should be called &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;BUILD_HDF5.DLL rather than&lt;/DIV&gt;
&lt;DIV&gt;BUILD_HDF5_DLL &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Without the extension .DLL it would seem unlikely that it would be recognised as a DLL or possibly that the linker would expect to find a file called BUILD_HDF5_DLL.DLL which I presume doesn't exist.&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jun 2005 23:30:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835431#M54726</guid>
      <dc:creator>greldak</dc:creator>
      <dc:date>2005-06-08T23:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: Command line warning: unrecognized source type 'BUIL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835432#M54727</link>
      <description>You would never have a DLL on the ifort command line, anyway, except as an output file specification.</description>
      <pubDate>Wed, 08 Jun 2005 23:43:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835432#M54727</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-06-08T23:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: Command line warning: unrecognized source type 'BUIL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835433#M54728</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you twoso much for your quickresponse.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I found the problem. I put BUILD_HDF5_DLL in the intel fortranpreprocessor definitions. I think intel fortran can not recognize space as a delimiter between symbols. I replace the space with semicolon, it works when I build the release version. But when I build the debug version, it crashed with a window poped up. The error message said:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Run time Error!&lt;BR /&gt;Program Microsoft../../devenv.exe&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Looking forward to help!&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Fang&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Jun 2005 02:18:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835433#M54728</guid>
      <dc:creator>fangguo</dc:creator>
      <dc:date>2005-06-10T02:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: Command line warning: unrecognized source type 'BUIL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835434#M54729</link>
      <description>The delimiter issue is a change in VS.NET - has nothing to do with the compiler.&lt;BR /&gt;&lt;BR /&gt;There's not enough information to help with the VS.NET failure.  Perhaps you should submit this to Intel Premier Support with a ZIP file of your project.</description>
      <pubDate>Fri, 10 Jun 2005 02:57:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-Command-line-warning-unrecognized-source-type-BUILD-HDF5/m-p/835434#M54729</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-06-10T02:57:39Z</dc:date>
    </item>
  </channel>
</rss>

