Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Developping For Linux
Forum Updated to NodeBB v4.3 + New Features

Qt Developping For Linux

Scheduled Pinned Locked Moved General and Desktop
qt5.5static linking
2 Posts 2 Posters 990 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.
  • L Offline
    L Offline
    Lays147
    wrote on 27 Sept 2015, 22:15 last edited by Lays147
    #1

    Hello guys, today I try to answer on a question I have about the Qt development for Linux.
    Some time ago they replied to me that I did not have to Cross-Compiling for different versions of Linux, since the bottom is all the same.
    But in some tests, the app versions I made generated in Debian8 and Ubuntu15.04 LTS, do not run on other PCs with Ubuntu 4.15 LTS or 14.
    I'm generating my App with Qt Static (5.5 Everywere and 5.6 Alpha), and the mistake I encounter the terminals are:
    ./Pandora: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: Version `CXXABI_1.3.8 'not found (required by ./Pandora)
    In the case are non-Qt libraries. For that mistake I see is the version, since it is assumed that a newer version of Ubuntu has updated some libs. But what puzzles me is that in previous versions of my program, it did not happen. I generated binary that ran in other Ubuntu machines quietly. But out of nowhere, now no longer work.
    In the case of Ubuntu, I'd better generate torque in Ubuntu14 to ensure compatibility?
    I still can not test other Linux versions, I found that my notebook're not holding run virtual machines as well. But I must resolve this problem soon.
    So what do you suggest I do?
    Thanks!

    Lays Rodrigues
    Newby on Qt - Learning always!
    Using QT 5.7
    ArchLinux

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 27 Sept 2015, 22:37 last edited by SGaist
      #2

      Hi,

      You should build your application on the lowest version you want to support.

      [edit: fixed typo SGaist]

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3

      2/2

      27 Sept 2015, 22:37

      • Login

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