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. Problems with installation on Linux
Forum Updated to NodeBB v4.3 + New Features

Problems with installation on Linux

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.3k Views 1 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.
  • L Offline
    L Offline
    l.v.p
    wrote on last edited by
    #1

    Believe me I tried everything what I found on Internet.
    So I downloaded the package Qt_SDK_Lin32_offline_v1_1_2_en.run set up the "runable" option. Just after the applications started there was a pop-up "Instal c++ compiler". So I closed install package and I went to KPackageKit and installed g++4.4, gcc4.4, gcc-4.5-arm-linux-gnueabi-base and gcc-4.5-base (The GNU Compiler Collection base package). Then I start Qt installation again but I still had pop-up "Install c++ compiler". I installed Qt anyway...
    In Tools->Options->Qt I have Desktop and Simulator with paths to qmake
    @/home/user/QtSDK/Desktop/Qt/473/gcc/bin/qmake@

    In tool chain I set (in Manual) gcc and I choose g++ from @/usr/bin/g++4.4@

    So without setting toolchain I cant even build project (no toolchain error), but after setting it up I have
    @make: g++ not found
    The process "/usr/bin/make" exited with code 2.
    Error while building project untitled3 (target: Desktop)
    When executing build step 'Make'
    @

    Please help me!

    P.S
    When I run SDK Maintaince Tool i still have "Install c++ compiler" pop-up

    1 Reply Last reply
    0
    • A Offline
      A Offline
      anselmolsm
      wrote on last edited by
      #2

      Hi Luka,

      Which distribution are you using? Take a look if there is a symbolic link like

      @
      /usr/bin/g++ -> /usr/bin/g++-4.4
      @

      that should be enough. It is usually automatically detected by creator, but it seems it wasn't in you case.

      Just to check: in you system, is it /usr/bin/g++4.4, without the "-" between g++ and the version number?

      Anselmo L. S. Melo (anselmolsm)

      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