<?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: Compile Not Compile Issue Again in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1619455#M173142</link>
    <description>&lt;P&gt;OK. Next is to set the property Linker &amp;gt; General &amp;gt; Show Progress to "Show all progress messages". Do a build. If it fails, zip the buildlog.htm and attach it to a reply here so we can look at it.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 19:18:33 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2024-07-30T19:18:33Z</dc:date>
    <item>
      <title>Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618467#M173078</link>
      <description>&lt;P&gt;So I have a Parallel Studio XE 2011 in VS2010 that we have developed for at least one decade. It compiles fine and the EXEs work fine. Now I am trying to put us on a roadmap to update to the latest IFORT and then IFX.&lt;/P&gt;&lt;P&gt;With VS2022 and the latest intel OneAPI download (Intel® Fortran Compiler Classic 2021.12.0 [IA-32]) I have created a new solution totally from scratch.&lt;/P&gt;&lt;P&gt;I added &lt;STRONG&gt;project1&lt;/STRONG&gt; and added existing libs and source code and removed manifest generation and embedding. Compiled and all is good.&lt;/P&gt;&lt;P&gt;I added &lt;STRONG&gt;project2&lt;/STRONG&gt; and added existing libs and source code and removed manifest generation and embedding. Compiled and all is good.&lt;/P&gt;&lt;P&gt;I added &lt;STRONG&gt;project3&lt;/STRONG&gt; and added existing libs and source code and removed manifest generation and embedding. Compiled and now the first project will not compile.&lt;BR /&gt;&lt;BR /&gt;*NO* changes to project1. No changes in code. No changes in files. No changes in switches. Just moving on to adding other projects.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The very first time I compiled this was the build log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Linking...&lt;BR /&gt;Link /OUT:"Release\BBB.exe" /NOLOGO /MANIFEST:NO /SUBSYSTEM:WINDOWS /IMPLIB:"BBB.lib" -qm32 "Release\BBBx.obj" &lt;EM&gt;&amp;lt;other OBJs and LIBs&amp;gt;&lt;/EM&gt;&lt;BR /&gt;Creating library BBB.lib and object BBB.exp&lt;BR /&gt;BBB - 0 error(s), 22 warning(s)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;The third time I compiled this was the build log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Linking...&lt;BR /&gt;Link /OUT:"Release\BBB.exe" /NOLOGO /MANIFEST:NO /SUBSYSTEM:WINDOWS /IMPLIB:"BBB.lib" -qm32 "Release\BBBx.obj" &lt;EM&gt;&amp;lt;other OBJs and LIBs&amp;gt;&lt;/EM&gt;&lt;BR /&gt;libmmt.lib(log10_iface_c99.obj) : error LNK2005: __CIlog10 already defined in libucrt.lib(log10_impl.obj)&lt;BR /&gt;Creating library BBB.lib and object BBB.exp&lt;BR /&gt;Release\BBB.exe : fatal error LNK1169: one or more multiply defined symbols found&lt;BR /&gt;BPM - 2 error(s), 22 warning(s)&lt;BR /&gt;&lt;BR /&gt;I had this issue a couple of years ago and I could not figure out the source of the problem.&lt;BR /&gt;&lt;BR /&gt;Any tips, tricks, or suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 17:12:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618467#M173078</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-26T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618477#M173080</link>
      <description>&lt;P&gt;I notice that in the "first time" log there is no indication that an EXE was created, and what does show suggests a DLL rather than EXE. It would be interesting to see the buildlog.htm from each build and not just the output window.&lt;/P&gt;&lt;P&gt;The error is due to having two overlapping libraries linked in, and I might also guess that you have a mix of static and DLL linking going on leading to different sets of the same libraries being used.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 17:51:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618477#M173080</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-07-26T17:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618488#M173081</link>
      <description>&lt;P&gt;There &lt;U&gt;was&lt;/U&gt; an EXE produced the first time. In the Release folder was BBB.exe. I made sure of that.&lt;/P&gt;&lt;P&gt;The Buildlog.htm for my other project doesn't show that the EXE was created either. It just shows the final error count.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;Linking...
Link /OUT:"Release\OCTO.exe" /NOLOGO /MANIFEST:NO /SUBSYSTEM:WINDOWS /IMPLIB:"OCTO.lib" -qm32 &lt;EM&gt;&amp;lt;OBJ files&amp;gt;&lt;/EM&gt;

OCTO - 0 error(s), 24 warning(s)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;If I look in the release folder I see an OCTO.EXE file.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 18:33:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618488#M173081</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-26T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618503#M173082</link>
      <description>&lt;P&gt;That's not the buildlog.htm - look in the Release folder.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 19:21:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618503#M173082</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-07-26T19:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618508#M173083</link>
      <description>&lt;P&gt;That is exactly where I'm getting this. I'm not posting all the fluff above the linking.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 19:51:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618508#M173083</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-26T19:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618519#M173084</link>
      <description>&lt;P&gt;I have a total of 6 projects in this solution. Five of them produce an EXE over and over &lt;STRONG&gt;except&lt;/STRONG&gt; the first one.&lt;/P&gt;&lt;P&gt;Well it did produce an EXE on the first two compiles.&lt;/P&gt;&lt;P&gt;For the first project I am&amp;nbsp;looking at the switches from our older version to the new version. They are the same except the new one has -qm32 which is a switch for a 32-bit target which is fine. The only other thing I see is the OBJ and the LIB files&amp;nbsp;are in a different order. Would that make a difference?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 20:27:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618519#M173084</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-26T20:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618542#M173085</link>
      <description>&lt;P&gt;You can try setting the property Linker &amp;gt; General &amp;gt; Show Progress &amp;gt; Show all progress messages. This will provide lots of detail in the log for which symbols are being pulled from which objects or libraries. You need to make sure that all of the projects have the same settings for the run-time library to be used, which should be the DLL form. I'm guessing that some of these are C or C++. For any static library projects, I recommend setting the property Fortran &amp;gt; Libraries &amp;gt; Disable Default Library Search Rules to Yes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 23:30:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618542#M173085</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2024-07-26T23:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618549#M173088</link>
      <description>&lt;P&gt;To be clear, this particular project has 12 LIB files which as I understand are static libraries. The vendor also provides 6 FOR files for tapping into the functionality of the libs.&lt;/P&gt;&lt;P&gt;Anyways,&amp;nbsp;this is not making any sense. As you suggested, I changed this switch to&amp;nbsp;Linker &amp;gt; General &amp;gt; Show Progress &amp;gt; Show all progress messages. Clean the project. Rebuild the project. It works!!!??? &lt;STRONG&gt;I see the EXE in my release folder.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From my Release\Buildlog.htm file it shows tons of messages and at the bottom&lt;/P&gt;&lt;PRE&gt;     ImageHlp.lib(imagehlp.dll)
     ImageHlp.lib(imagehlp.dll)
     ImageHlp.lib(imagehlp.dll)
Finished pass 2
Failed to connect to VCTIP: 'CreateFile' failed with 2
Launching VCTIP


BBB- 0 error(s), 23 warning(s)&lt;/PRE&gt;&lt;P&gt;I'm almost starting to suspect our network is interfering with the process. Maybe as the log file is written it allows more time for the particular steps to finish (???). I was having issues with the manifest file as well, so that's why I turned it off. I could try this compile on my personal desktop away from the corporate environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 00:24:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618549#M173088</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T00:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618551#M173089</link>
      <description>&lt;P&gt;Ok so now I go back and set&amp;nbsp;&lt;SPAN&gt;Linker &amp;gt; General &amp;gt; Show Progress &amp;gt; Not Set&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and now its compiling and I get an EXE with current timestamp.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So yeah I'm not sure what's causing the failure described above.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 00:31:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618551#M173089</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T00:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618553#M173090</link>
      <description>&lt;P&gt;Back to it again. I close the solution. Open the solution. It will not compile. Same error as above.&lt;BR /&gt;I change the switch to&amp;nbsp;&lt;SPAN&gt;Linker &amp;gt; General &amp;gt; Show Progress &amp;gt; Show all progress messages and still doesn't compile!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I dont get it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 00:48:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618553#M173090</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T00:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618557#M173091</link>
      <description>&lt;P&gt;Did some research relating to the error&amp;nbsp;&lt;EM&gt;libmmt.lib(log10_iface_c99.obj) : error LNK2005: __CIlog10 already defined in libucrt.lib(log10_impl.obj) &lt;/EM&gt;and this &lt;A href="https://stackoverflow.com/questions/31975440/how-to-link-a-lib-in-a-ms-visual-studio-intel-fortran-project" target="_self"&gt;post&lt;/A&gt; suggested adding this to the switches:&lt;/P&gt;&lt;P&gt;Linker &amp;gt; Input &amp;gt; Additional Dependencies&amp;gt; libmmt.lib&lt;/P&gt;&lt;P&gt;I *think* this causes the compiler to search the&amp;nbsp;libmmt.lib first and then other LIB files.&lt;/P&gt;&lt;P&gt;I have compiled and recompiled and it seems to be stable. The only thing is I am not sure why? The prior setup worked fine for years but now updating to the latest VS and Fortran compiler breaks the process. I am not sure I get why this tweak makes it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The switches:&lt;/P&gt;&lt;P&gt;/OUT:"Release\BBB.exe"&lt;BR /&gt;/NOLOGO&lt;BR /&gt;/MANIFEST:NO&lt;BR /&gt;/SUBSYSTEM:WINDOWS&lt;BR /&gt;/IMPLIB:"Release\BBB.lib"&amp;nbsp;&lt;STRONG&gt;libmmt.lib&amp;nbsp;&lt;/STRONG&gt;-qm32 &amp;lt;other OBJ and LIB files&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 02:04:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618557#M173091</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T02:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618608#M173093</link>
      <description>&lt;P&gt;Your situation appears to be that libmmt.lib and libucrt.lib are mutually exclusive. (have some conflicting names)&lt;/P&gt;&lt;P&gt;By .NOT. placing libmmt.lib in your additional dependencies, and during link phase unresolved symbols cause the library search order to pull in libucrt.lib and in the process extract __Cllog10. Then after processing libucrt.lib, additional undefined symbols exist, this will cause the next library in library search order to be searched, and so on, until libmmt.lib is processed, and at which point you get the conflicting symbol name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By placing libmmt.lib as an additional dependency, it is searched before the default libraries and thus satisfies the missing symbols... before the default library libucrt.lib is searched.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You (possibly) could have resolved this with adding libucrt.lib to "Ignore Specific Libraries" list.&lt;/P&gt;&lt;P&gt;As to using "add additional dependency" verses "Ignore Specific Libraries" this would be your preference when either method works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 11:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618608#M173093</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2024-07-27T11:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618629#M173094</link>
      <description>&lt;P&gt;Thank you very much for the explanation. Although this does not seem to answer why our VS2010 project has none of this and has worked for a decade. I am going through go through the Properties of the VS2010 and the VS2022 projects and note the difference if any and post them here.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 16:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618629#M173094</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T16:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618634#M173095</link>
      <description>&lt;P&gt;All of the options from the VS2010 project are the same as compared to the VS2022 project. The only caveat is that some of the options only exist in one of the IDEs.&lt;/P&gt;&lt;P&gt;I did find one difference and it seems to be minor:&lt;/P&gt;&lt;P&gt;Manifest Tool&amp;gt;Input and Output&amp;gt;Embed Manifest = Yes (VS2010)&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;vs&lt;/STRONG&gt; No (VS2022)&lt;/P&gt;&lt;P&gt;I am going to assume that the backend changed somehow to now require the tweak that I posted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 16:48:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618634#M173095</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618635#M173096</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;and added existing libs&lt;/SPAN&gt;" I noted. Are these intel libs your libs or third party libs? What compiler level was used to build these? You should not mix things build with xe2011 and older with the latest&amp;nbsp; compiler.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 16:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618635#M173096</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-07-27T16:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618636#M173097</link>
      <description>&lt;P&gt;So I tried &lt;SPAN&gt;adding libucrt.lib to "Ignore Specific Libraries" list and compiled and that threw many, many exceptions so maybe I should stick with the&amp;nbsp;Additional Dependencies method.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 17:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618636#M173097</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618645#M173098</link>
      <description>So are all libraries you use built with 2022?</description>
      <pubDate>Sat, 27 Jul 2024 18:21:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618645#M173098</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-07-27T18:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618646#M173099</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Good question. I have some documentation from the vendor that states the LIBs are built on&amp;nbsp;Intel Visual Fortran 9.1 and&amp;nbsp;written in standard FORTRAN 77.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 18:29:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618646#M173099</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T18:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618647#M173100</link>
      <description>&lt;P&gt;9.1 !!!&amp;nbsp; Other than linking problems I would expect all manner of RTL problems might exist in your build. You need updated third part libs.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 18:45:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618647#M173100</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-07-27T18:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Not Compile Issue Again</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618650#M173101</link>
      <description>&lt;P&gt;Ok but like I stated we have been using these LIBs in a VS2010 project with&amp;nbsp;Intel(R) Visual Fortran Compiler XE 12.0.0.104 [IA-32]. We have tested and tested and all the outputs and all results are positive. I am just trying to get ahead of this IFORT deprecation.&lt;/P&gt;&lt;P&gt;Plus, I work in an industry with many users so they have to cater to the lowest common denominator. The industry is also slow to adopt so changes could take years if not decades.&lt;/P&gt;&lt;P&gt;How would I then go about determining what other compilers are compatible with a LIB from &lt;SPAN&gt;Intel Visual Fortran 9.1?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2024 19:53:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-Not-Compile-Issue-Again/m-p/1618650#M173101</guid>
      <dc:creator>sindizzy</dc:creator>
      <dc:date>2024-07-27T19:53:23Z</dc:date>
    </item>
  </channel>
</rss>

