<?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:fortran ifx using win11 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658688#M174890</link>
    <description>&lt;P&gt;Note that in your &lt;SPAN style="font-size: 13px;"&gt;original compilation command, you set the output path via the&amp;nbsp;-object:tp_apps\aknos\obj option. In the linking command we are trying to pass it as tp_apps\aknos\obj\*.obj (to find all object files compiled on the compilation step). Please don't forget &lt;/SPAN&gt;-object:tp_apps\aknos\obj (maybe you have it &lt;SPAN style="font-size: 13px;"&gt;%FFLAGS%)&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Jan 2025 14:17:15 GMT</pubDate>
    <dc:creator>Igor_V_Intel</dc:creator>
    <dc:date>2025-01-20T14:17:15Z</dc:date>
    <item>
      <title>fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1654699#M174857</link>
      <description>&lt;P&gt;I can not use ifx using *.cmd. files. Path not found for intel\.... because&amp;nbsp; a blanc in "Programme (x86)\....&lt;/P&gt;&lt;P&gt;I copied intel.. from \Programme (x86)\intel.. to an new dir \myintel\ and&amp;nbsp; can compile and find *.obj. But can not link &amp;gt; link not found.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;ProfPeter&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 12:17:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1654699#M174857</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-06T12:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1654700#M174858</link>
      <description>&lt;P&gt;Did you use the Intel oneAPI prompt window to start the batch file? I have no problem running the compiler and linker via this prompt.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 12:22:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1654700#M174858</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2025-01-06T12:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1654808#M174859</link>
      <description>&lt;P&gt;See the Get Started Guide for Intel Fortran Compiler on Windows as well:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/get-started-guide/2025-0/get-started-on-windows.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/fortran-compiler/get-started-guide/2025-0/get-started-on-windows.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:09:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1654808#M174859</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2025-01-06T21:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1655082#M174860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;have you used Win11?&lt;/STRONG&gt; I want to use command files *.cmd only, because my fortran program has 800 subroutines with about 200 statements per program. I use Fortran since 1965! I use no other tools like MVStudio etc.&lt;/P&gt;&lt;P&gt;If I run&amp;nbsp; setvars.bat I get some errors &amp;gt; path not found, because blanc in path (see my mail).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have hat no problems on my old PC using ifort under Win10, but the hard-disc is damaged now!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;ProfPeter&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 11:21:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1655082#M174860</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-07T11:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1656523#M174863</link>
      <description>&lt;P&gt;Hello dear support team,&lt;BR /&gt;I can compile my test program test.f and get test.exe now. After de-installation and new installation of intel fortran under c:\intel,&amp;nbsp;&lt;BR /&gt;I run "C:\Intel\oneAPI\setvars.bat" and additional "C:\MicrosoftVisualStudio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" !&lt;BR /&gt;Missing vcvars64.bat is the problem!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now I try to run my script using libs, see DOS-Window below &amp;gt;&amp;gt; "path not found (Das System kann den angegebenen Pfad nicht finden.)&lt;BR /&gt;"&lt;BR /&gt;Please help!&lt;BR /&gt;Best wishes&lt;BR /&gt;ProfPeter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; my cmd &amp;gt; %1 ist aknos&lt;/P&gt;&lt;P&gt;:: erstellt fuer TP2x aus allen .f-Dateien eines Unterverzeichnisses eine .lib-Datei&lt;BR /&gt;:: im Unterverzeichnis \TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\&lt;BR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/137106"&gt;@Echo&lt;/a&gt; %1&lt;BR /&gt;@mkdir tp_apps\%1\obj64&lt;BR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/230321"&gt;@DEL&lt;/a&gt; /q tp_apps\%1\obj64\*&lt;BR /&gt;%ifort% -object:tp_apps\%1\obj\ -c %FFLAGS% -Itp_opensc\include\wn64 -Itp_opensc\include /Qdiag-file:tp_apps\%1\obj64\error.txt tp_apps\%1\*.f&lt;BR /&gt;/for/libs /out:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\%1.lib&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; meine Ausführung im DOS-Window&lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;build_tp2000_aknos_wn64&lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;call tp_build_subdir_tp_apps_wn64 aknos&lt;BR /&gt;aknos Ein Unterverzeichnis oder eine Datei mit dem Namen "tp_apps\aknos\obj64" existiert bereits.&lt;BR /&gt;C:\Wtp2000\Source\tp_source&amp;gt;"c:\Intel\oneAPI\compiler\latest\bin\ifx.exe"&lt;BR /&gt;-object:tp_apps\aknos\obj\ -c /names:lowercase /libs:static -threads -fpp -names:lowercase -debug:none -check:bounds -check:uninit&lt;BR /&gt;-Iinclude -traceback -&lt;/P&gt;&lt;P&gt;DBUILDTAG="'20.30__12.01.2025_12:28__igfgr__win64'" /iface:nomixed_str_len_arg /iface:cref -nologo&lt;BR /&gt;-Itp_opensc\include\wn64 -Itp_opensc\include /Qdiag-file:tp_apps\aknos\obj64\error.txt tp_apps\aknos\*.f&lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;/for/libs /out:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos.lib&lt;/P&gt;&lt;P&gt;Das System kann den angegebenen Pfad nicht finden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;echo \TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\&lt;BR /&gt;\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Remark:&lt;BR /&gt;echo shows the correct path of my libs, &amp;gt;Problem: "/for/libs /out:" correct path name of intel libs!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 11:50:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1656523#M174863</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-13T11:50:57Z</dc:date>
    </item>
    <item>
      <title>Re:fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658096#M174872</link>
      <description>&lt;P&gt;Your compilation command looks correct: &lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;&lt;STRONG&gt;"c:\Intel\oneAPI\compiler\latest\bin\ifx.exe"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-object:tp_apps\aknos\obj\ -c /names:lowercase /libs:static -threads -fpp -names:lowercase -debug:none -check:bounds -check:uninit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Iinclude -traceback -&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DBUILDTAG="'20.30__12.01.2025_12:28__igfgr__win64'" /iface:nomixed_str_len_arg /iface:cref -nologo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-Itp_opensc\include\wn64 -Itp_opensc\include /Qdiag-file:tp_apps\aknos\obj64\error.txt tp_apps\aknos\*.f&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, the linking command doesn't look correct:&lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;&lt;STRONG&gt;/for/libs /out:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos.lib &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It should be a linker command to produce the library. I guess you missed a part of the command somehow.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jan 2025 17:12:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658096#M174872</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2025-01-17T17:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658100#M174873</link>
      <description>&lt;P&gt;I I agree, but tell me this linker command.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;ProfPeter&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 17:20:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658100#M174873</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-17T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re:fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658108#M174874</link>
      <description>&lt;P&gt;It depends on what exactly you want to link in the final library. Here is the example of the trivial compilation and link commands:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ifx -c *.f&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;link /lib *.obj /out:test.lib&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In you case you compile all Fortran sources (*.f) from tp_apps\aknos and produce all object files to tp_apps\aknos\obj.&lt;/P&gt;&lt;P&gt;I assume you want to link all these files to the aknos.lib in \TP2x\Wtp2000\Tp2000\module\wn64\libs\apps. To do that you may try to invoke the command&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;link  /lib tp_apps\aknos\obj\*.obj /out:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos.lib&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure that this script you are trying to execute with ifx doesn't work with ifort. Something is corrupted there.&lt;/P&gt;&lt;P&gt;Note that you don't need to invoke the ifx with a full path to the binary. I recommend you to run the cmd (command shell) with the preset environment for Intel Fortran compiler and Visual Studio, e.g. type in the Search on the bottom of your Windows desktop 'oneAPI' and then click on the shortcut 'Intel oneAPI command prompt for Intel 64 for Visual Studio 2022'. It will open a command line with the set environment and you may simply invoke ifx, link etc. Note that paths to the required Intel libraries are also set in that case.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jan 2025 18:01:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658108#M174874</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2025-01-17T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658660#M174888</link>
      <description>&lt;P&gt;&lt;EM&gt;Thank you so much.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;After running&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;"C:\MicrosoftVisualStudio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"&lt;BR /&gt;"C:\Intel\oneAPI\setvars.bat"&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I use include files in *.f under "tp_opensc\include\wn64)" and "tp_opensc\include"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I try this command at command line:&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Wtp2000\Source\tp_source&amp;gt;ifx -c tp_apps\aknos\*.f %FFLAGS%&lt;/P&gt;&lt;P&gt;-Itp_opensc\include\wn64 -Itp_opensc\include link /lib tp_apps\aknos\obj\*.obj /out&lt;/P&gt;&lt;P&gt;:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos\lib&lt;BR /&gt;ifx: warning #10446: /check:uninit is not currently available on windows.&lt;BR /&gt;ifx: command line warning #10161: unrecognized source type 'link'; object file assumed&lt;BR /&gt;ifx: command line error: option '/lib' is ambiguous&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;ProfPeter&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 12:03:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658660#M174888</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-20T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re:fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658687#M174889</link>
      <description>&lt;P&gt;Please don't forget to execute the link command as a separate one. You tried to make it a part of ifx command.&lt;/P&gt;&lt;P&gt;Please execute first the compilation with ifx:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ifx -c tp_apps\aknos\*.f %FFLAGS%&lt;/P&gt;&lt;P&gt;-Itp_opensc\include\wn64 -Itp_opensc\include &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And then a new command with link:&lt;/P&gt;&lt;P&gt;link /lib tp_apps\aknos\obj\*.obj /out&lt;/P&gt;&lt;P&gt;:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos\lib&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2025 14:12:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658687#M174889</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2025-01-20T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re:fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658688#M174890</link>
      <description>&lt;P&gt;Note that in your &lt;SPAN style="font-size: 13px;"&gt;original compilation command, you set the output path via the&amp;nbsp;-object:tp_apps\aknos\obj option. In the linking command we are trying to pass it as tp_apps\aknos\obj\*.obj (to find all object files compiled on the compilation step). Please don't forget &lt;/SPAN&gt;-object:tp_apps\aknos\obj (maybe you have it &lt;SPAN style="font-size: 13px;"&gt;%FFLAGS%)&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2025 14:17:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658688#M174890</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2025-01-20T14:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658952#M174894</link>
      <description>&lt;P&gt;&lt;EM&gt;Hello,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the problem was %FFLAGS%,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;FFLAGS=/names:lowercase -threads -fpp -names:lowercase -debug:none -check:bounds -Iinclude -traceback -DBUILDTAG="'20.30 __21.01.2025_12:01__igfgr__win64'" /iface:nomixed_str_len_arg /iface:cref -nologo&amp;nbsp;&lt;EM&gt;/libs:static&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;it includes "/libs:static"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I deleted it and inserted it to my DOS-Window command &amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;ifx -c tp_apps\aknos\*.f tp_apps\aknos\obj\*.obj %FFLAGS%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-Itp_opensc\include\wn64 -Itp_opensc\include /libs:static /out:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos.lib&lt;/P&gt;&lt;P&gt;ifx: command line warning #10158: ignoring option '/o'; argument must be separate&lt;BR /&gt;ifx: warning #10145: no action performed for file 'tp_apps\aknos\obj\akauf.obj'&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; and all *.obj of other subroutines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I find all *.obj not in path "tp_apps\..." but in my working directory.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If I insert -object:tp_apps...... &amp;gt; I got no *.obj!&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But 2 messages:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;ifx: command line warning #10158: ignoring option '/o'; argument must be separate&lt;BR /&gt;ifx: command line error: multiple sources; obj output option must specify dir&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pleas can you help me?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Best wishes&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ProfPeter&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 11:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1658952#M174894</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-21T11:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1659021#M174895</link>
      <description>&lt;P&gt;The compiler behavior is correct. You tried to execute the following command&lt;/P&gt;&lt;P&gt;ifx -c tp_apps\aknos\*.f tp_apps\aknos\obj\*.obj ...&lt;/P&gt;&lt;P&gt;Note that with 'tp_apps\aknos\*.f' you passed the location of source files. However, for some reason, you also pass 'tp_apps\aknos\obj\*.obj' with no additional options in front, so the compiler driver (ifx command) recognizes this as a set of source files to compile. You need to add an options /objects (&lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-0/object.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-0/object.html&lt;/A&gt;), e.g. -object:tp_apps\aknos\obj\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend you create 2 Fortran source files with some example code and play a bit with the compilation and linking of these files.&lt;/P&gt;&lt;P&gt;Compile with&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifx -c *.f90 /object:test\obj\&lt;/P&gt;&lt;P&gt;And then link with&amp;nbsp;&lt;/P&gt;&lt;P&gt;link /lib test\obj\*.obj /out:test.lib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may also find some additional information about compilation and linking in the Internet, e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://fortran-lang.org/en/learn/building_programs/" target="_blank"&gt;https://fortran-lang.org/en/learn/building_programs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also have a chapter in our documentation on that:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-0/compile-and-link-intel-fortran-and-c-c-programs.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2025-0/compile-and-link-intel-fortran-and-c-c-programs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case the following command should work:&lt;/P&gt;&lt;P&gt;ifx -object:tp_apps\aknos\obj\ -c /names:lowercase /libs:static -threads -fpp -names:lowercase -debug:none -check:bounds -check:uninit -Iinclude -traceback -DBUILDTAG="'20.30__12.01.2025_12:28__igfgr__win64'" /iface:nomixed_str_len_arg /iface:cref -nologo -Itp_opensc\include\wn64 -Itp_opensc\include /Qdiag-file:tp_apps\aknos\obj64\error.txt tp_apps\aknos\*.f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;link /lib tp_apps\aknos\obj\*.obj /out:\TP2x\Wtp2000\Tp2000\module\wn64\libs\apps\aknos.lib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also note that copying these commands from the browser may result in additional breaks between some compiler options. Please remove any unnecessary breaks and execute only 2 commands (ifx to compile and produce object files, and then link to link all object files to the library).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 15:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1659021#M174895</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2025-01-21T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1659466#M174904</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image002.jpg" style="width: 133px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/62035i7E8766977ACE67BF/image-dimensions/133x181/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="133" height="181" role="button" title="image002.jpg" alt="image002.jpg" /&gt;&lt;/span&gt; &amp;nbsp;this was 20 years ago, now I am 86&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I tried your recommendation with ifx and link.&lt;/P&gt;&lt;P&gt;Three cheers , it runs !!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I embrace and thank you so much.&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;ProfPeter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 11:22:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1659466#M174904</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-01-22T11:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: fortran ifx using win11</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1674180#M175196</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;as I told you, I bought a new PC. I have I save from my old disk and copied the ifort compiler to "Program Files (X86) \Intel".&lt;/P&gt;&lt;P&gt;I want to use ifort parallel to ifx. If I exequte ifort, I got this Message:&lt;/P&gt;&lt;P&gt;"ifort: error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 20).&lt;BR /&gt;Trusted Storage based license could not be supported"&lt;/P&gt;&lt;P&gt;On "Program Files \Intel" I have my licence dir with files below:&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;ProfPeter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 15:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fortran-ifx-using-win11/m-p/1674180#M175196</guid>
      <dc:creator>ProfPeter</dc:creator>
      <dc:date>2025-03-11T15:43:40Z</dc:date>
    </item>
  </channel>
</rss>

