<?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: IFX compiler replacing IFORT and requiring GCC makes no sense in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744637#M178703</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Yeah I get the frustration &lt;LI-EMOJI id="lia_grinning-face-with-sweat" title=":grinning_face_with_sweat:"&gt;&lt;/LI-EMOJI&gt; feels like you switched compilers to avoid one dependency and it still drags it along.&lt;/P&gt;&lt;P&gt;So basically you expected ifx = LLVM/clang world, no gcc baggage… but it still needs gcc just to function. I hit something similar a while back when moving from ifort too, and it confused me the same way.&lt;/P&gt;&lt;P&gt;What I realized (after some pain) is:&lt;/P&gt;&lt;P&gt;ifx uses LLVM internally, but still relies on gcc toolchain for linking + system libs&lt;/P&gt;&lt;P&gt;it’s not really replacing gcc, just replacing the frontend/compiler part&lt;/P&gt;&lt;P&gt;removing gcc completely kinda breaks the environment detection&lt;/P&gt;&lt;P&gt;What worked for me:&lt;/P&gt;&lt;P&gt;keep a minimal gcc install (even older version works fine)&lt;/P&gt;&lt;P&gt;set proper environment vars (like CC, LIBRARY_PATH)&lt;/P&gt;&lt;P&gt;don’t fight the dependency, just treat gcc as backend support&lt;/P&gt;&lt;P&gt;Not sure if it helps, but I just accepted the hybrid setup and moved on. Even in some builds I handled for dooflix-Shop configs, same pattern showed up.&lt;/P&gt;&lt;P&gt;Are you trying to fully eliminate gcc, or just clean up your toolchain?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 16 Apr 2026 17:20:58 GMT</pubDate>
    <dc:creator>nathn34</dc:creator>
    <dc:date>2026-04-16T17:20:58Z</dc:date>
    <item>
      <title>IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1743309#M178640</link>
      <description>&lt;P&gt;I recently had to replace ifort with ifx because ifort is being deprecated (what an annoyance), and now it is requiring gcc!!! I've read that the point of ifx is to use the newer llvm (clang and alike) but still requires gcc. My first try was to uninstall gcc, install clang, and then ifx won't work due to&amp;nbsp;Requires 'install path' setting gathered from 'gcc'. What's wrong with Intel developers?!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 00:56:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1743309#M178640</guid>
      <dc:creator>cpmech</dc:creator>
      <dc:date>2026-04-06T00:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1743337#M178641</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;&amp;nbsp;but still requires gcc.&lt;/SPAN&gt;"&amp;nbsp; No it does not .&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 09:15:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1743337#M178641</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2026-04-06T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1743981#M178660</link>
      <description>&lt;P&gt;Yes, it does. Without gcc, it fails with:&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Requires 'install path' setting gathered from 'gcc'&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 23:00:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1743981#M178660</guid>
      <dc:creator>cpmech</dc:creator>
      <dc:date>2026-04-10T23:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744061#M178662</link>
      <description>&lt;P&gt;No you are incorrect, I have about ten computers scattered about the world, most use IFX most days and only one has gcc and that is not because I need it for Intel Fortran.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A clean install of MSVS followed by all the OneAPIs and then normal Fortran, and you can run IFX to your heart's content.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 05:23:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744061#M178662</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-04-12T05:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744069#M178663</link>
      <description>&lt;P&gt;So, why does the following IFX execution fail with "&lt;STRONG&gt;ifx: error #10417: Problem setting up the Intel(R) Compiler compilation environment.&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;Requires 'install path' setting gathered from 'gcc'&lt;/STRONG&gt;"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The test is carried out using a fresh install of Ubuntu 22.04 via Docker. The error happens if "gcc" is removed from the "&lt;EM&gt;#&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;install essential tools"&lt;/EM&gt; step in the &lt;STRONG&gt;Dockerfile&lt;/STRONG&gt; below:&lt;/P&gt;&lt;LI-CODE lang="none"&gt;FROM ubuntu:22.04

# disable tzdata questions
ENV DEBIAN_FRONTEND=noninteractive

# use bash
SHELL ["/bin/bash", "-c"]

# install apt-utils
RUN apt-get update -y &amp;amp;&amp;amp; \
  apt-get install -y apt-utils 2&amp;gt; &amp;gt;( grep -v 'debconf: delaying package configuration, since apt-utils is not installed' &amp;gt;&amp;amp;2 ) \
  &amp;amp;&amp;amp; apt-get clean &amp;amp;&amp;amp; rm -rf /var/lib/apt/lists/*

# install essential tools
RUN apt-get update -y &amp;amp;&amp;amp; apt-get install -y --no-install-recommends \
  ca-certificates \
  curl \
  gcc \
  gnupg \
  libc6-dev \
  lsb-release \
  &amp;amp;&amp;amp; apt-get clean &amp;amp;&amp;amp; rm -rf /var/lib/apt/lists/*

# add oneapi to sources
RUN curl -fsSL https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
    | gpg --dearmor -o /usr/share/keyrings/oneapi-archive-keyring.gpg \
  &amp;amp;&amp;amp; echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
    &amp;gt; /etc/apt/sources.list.d/oneAPI.list

# install ifx
RUN apt-get update -y &amp;amp;&amp;amp; apt-get install -y --no-install-recommends \
    intel-oneapi-compiler-fortran

# copy files
COPY . /tmp/ifx_example
WORKDIR /tmp/ifx_example

# compile and run the example
RUN source /opt/intel/oneapi/setvars.sh &amp;amp;&amp;amp; \
  ifx hello_world.f90 -o hello_world &amp;amp;&amp;amp; \
  ./hello_world&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hello_world.f90 file is:&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;program hello
  implicit none
  print *, "Hello, World!"
end program hello&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Docker image may be compiled with:&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;docker buildx build --progress=plain -f Dockerfile -t ifx_example:test .&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further tests may be carried out in a temporary container with:&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;docker run --rm -it ifx_example:latest /bin/bash&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that with "gcc", the following expected output is obtained:&lt;/P&gt;&lt;LI-CODE lang="none"&gt;#12 [8/8] RUN source /opt/intel/oneapi/setvars.sh &amp;amp;&amp;amp;   ifx hello_world.f90 -o hello_world &amp;amp;&amp;amp;   ./hello_world
#12 0.336  
#12 0.336 :: initializing oneAPI environment ...
#12 0.336    bash: BASH_VERSION = 5.1.16(1)-release
#12 0.336    args: Using "$@" for setvars.sh arguments: 
#12 0.352 :: compiler -- latest
#12 0.397 :: debugger -- latest
#12 0.442 :: mpi -- latest
#12 0.508 :: umf -- latest
#12 0.565 :: oneAPI environment initialized ::
#12 0.565  
#12 0.672  Hello, World!
#12 DONE 0.7s&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 09:22:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744069#M178663</guid>
      <dc:creator>cpmech</dc:creator>
      <dc:date>2026-04-12T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744084#M178664</link>
      <description>&lt;P&gt;Well I tried for several years to use Linux - Ubuntu to do the monitoring work. But you cannot get the accelerometer I used at the time and still do to work nicely with the network data sends.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I decided to leave Ubuntu and use only Windows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have no idea.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if it helps, I remember my pain, even the University Linux experts would say, easy and then give up.&amp;nbsp; &amp;nbsp;They blamed the kernel, I blamed God.&amp;nbsp; It is much more satisfying to accept there are things you cannot fix.&amp;nbsp; I got it running on a Raspberry PI 2, not Fortran, but no cloud link would work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I feel your pain.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course, you can buy an Intel NUC, load windows and OneAPI and have a jolly good system.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you are in the deep world of large matrices, in which case I also feel your pain.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is any consolation, I am now looking at dual quaternions as part of the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So jolly good hunting and splice the main brace.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 14:09:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744084#M178664</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-04-12T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: IFX compiler replacing IFORT and requiring GCC makes no sense</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744637#M178703</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Yeah I get the frustration &lt;LI-EMOJI id="lia_grinning-face-with-sweat" title=":grinning_face_with_sweat:"&gt;&lt;/LI-EMOJI&gt; feels like you switched compilers to avoid one dependency and it still drags it along.&lt;/P&gt;&lt;P&gt;So basically you expected ifx = LLVM/clang world, no gcc baggage… but it still needs gcc just to function. I hit something similar a while back when moving from ifort too, and it confused me the same way.&lt;/P&gt;&lt;P&gt;What I realized (after some pain) is:&lt;/P&gt;&lt;P&gt;ifx uses LLVM internally, but still relies on gcc toolchain for linking + system libs&lt;/P&gt;&lt;P&gt;it’s not really replacing gcc, just replacing the frontend/compiler part&lt;/P&gt;&lt;P&gt;removing gcc completely kinda breaks the environment detection&lt;/P&gt;&lt;P&gt;What worked for me:&lt;/P&gt;&lt;P&gt;keep a minimal gcc install (even older version works fine)&lt;/P&gt;&lt;P&gt;set proper environment vars (like CC, LIBRARY_PATH)&lt;/P&gt;&lt;P&gt;don’t fight the dependency, just treat gcc as backend support&lt;/P&gt;&lt;P&gt;Not sure if it helps, but I just accepted the hybrid setup and moved on. Even in some builds I handled for dooflix-Shop configs, same pattern showed up.&lt;/P&gt;&lt;P&gt;Are you trying to fully eliminate gcc, or just clean up your toolchain?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Apr 2026 17:20:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/IFX-compiler-replacing-IFORT-and-requiring-GCC-makes-no-sense/m-p/1744637#M178703</guid>
      <dc:creator>nathn34</dc:creator>
      <dc:date>2026-04-16T17:20:58Z</dc:date>
    </item>
  </channel>
</rss>

