<?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 Problem with Generating lib file in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804435#M39497</link>
    <description>&lt;P&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;You arecorrect. I only get dll file not lib file when change source file directory. could you please let me know how can I create lib under linker. I tried it but failed.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ted&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2010 01:36:11 GMT</pubDate>
    <dc:creator>Ted_Yang</dc:creator>
    <dc:date>2010-10-20T01:36:11Z</dc:date>
    <item>
      <title>Problem with Generating lib file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804433#M39495</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;In past time, I used Intel Fortran 9.1, I got a problem when compiling.&lt;BR /&gt;&lt;BR /&gt;My project only has one souce file named test.f90 file, when I put it into current folder it can genrete library and dllfile but when I change it to the other folder or disk, it cannot generate the libarary file, only dll, I also include the change folder directory in &lt;STRONG&gt;additional include directory&lt;/STRONG&gt;, but it stilll can not generate libary file.&lt;BR /&gt;&lt;BR /&gt;does someone help me to solve the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks a lots,&lt;BR /&gt;Ted.</description>
      <pubDate>Tue, 19 Oct 2010 09:57:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804433#M39495</guid>
      <dc:creator>Ted_Yang</dc:creator>
      <dc:date>2010-10-19T09:57:34Z</dc:date>
    </item>
    <item>
      <title>Problem with Generating lib file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804434#M39496</link>
      <description>Do you get an error, or just no .lib? The most common cause of no .lib for a DLL build is missing the appropriate !DEC$ ATTRIBUTES DLLEXPORT directive for the names to be exported. At least one needs to be seen in order for the linker to create the .lib (and .exp).</description>
      <pubDate>Tue, 19 Oct 2010 15:44:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804434#M39496</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-10-19T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Problem with Generating lib file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804435#M39497</link>
      <description>&lt;P&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;You arecorrect. I only get dll file not lib file when change source file directory. could you please let me know how can I create lib under linker. I tried it but failed.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ted&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2010 01:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804435#M39497</guid>
      <dc:creator>Ted_Yang</dc:creator>
      <dc:date>2010-10-20T01:36:11Z</dc:date>
    </item>
    <item>
      <title>Problem with Generating lib file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804436#M39498</link>
      <description>There is nothing you can or should do with options to get the .LIB. You do need a DLLEXPORT directive in the routine(s) being exported, otherwise you won't get a LIB.</description>
      <pubDate>Wed, 20 Oct 2010 17:21:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804436#M39498</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-10-20T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Problem with Generating lib file</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804437#M39499</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks, I have fixed the problem.&lt;BR /&gt;&lt;BR /&gt;Ted.</description>
      <pubDate>Mon, 25 Oct 2010 09:42:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-Generating-lib-file/m-p/804437#M39499</guid>
      <dc:creator>Ted_Yang</dc:creator>
      <dc:date>2010-10-25T09:42:59Z</dc:date>
    </item>
  </channel>
</rss>

