Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. RHEL 6.7, ICC (Intel C++ Compiler) 15.0, and Qt 5.6+
Forum Updated to NodeBB v4.3 + New Features

RHEL 6.7, ICC (Intel C++ Compiler) 15.0, and Qt 5.6+

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rohumm
    wrote on last edited by
    #1

    I'm pretty much forced to use this configuration for "business" reasons that are beyond me:

    OS: RHEL 6.7
    Compiler: ICC 15.0

    I'm about to start porting a large code-base from Qt 4.8.5 to Qt 5.6. Before I start, I wanted to ask the community if anyone has any experience with ICC 15.0 and Qt 5.

    The reason I'm cautious about using the above configuration is that Qt 5.6 documentation lists a minimum requirement of GCC 4.9.1 on RHEL 6.6. I'm not even sure ICC 15.0 is officially supported by Qt!

    Thanks in advance for sharing your experience!

    kshegunovK 1 Reply Last reply
    0
    • R rohumm

      I'm pretty much forced to use this configuration for "business" reasons that are beyond me:

      OS: RHEL 6.7
      Compiler: ICC 15.0

      I'm about to start porting a large code-base from Qt 4.8.5 to Qt 5.6. Before I start, I wanted to ask the community if anyone has any experience with ICC 15.0 and Qt 5.

      The reason I'm cautious about using the above configuration is that Qt 5.6 documentation lists a minimum requirement of GCC 4.9.1 on RHEL 6.6. I'm not even sure ICC 15.0 is officially supported by Qt!

      Thanks in advance for sharing your experience!

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      Hello,
      You shouldn't have any problems in principle. I've had success compiling Qt (at least the core modules) with the intel compiler on the cluster in the university. It is supported, which is upheld by the fact of having a mkspec for icc/icpc (and bugs related to it ;)). My advice is to first compile the Qt modules you'd need for your application with the intel compiler. If you meet no problems, then your porting should be smooth sailing.

      Kind regards.

      PS:
      Most probably the lack of popularity of the intel compiler is caused by its price ...

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      2
      • R Offline
        R Offline
        rohumm
        wrote on last edited by
        #3

        Hi there! Thanks for your help, appreciate it :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved