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. Qt installation issue-./configure parameter
Forum Updated to NodeBB v4.3 + New Features

Qt installation issue-./configure parameter

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 3 Posters 2.7k 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.
  • P Offline
    P Offline
    pellyhawk
    wrote on last edited by
    #1

    I downloaded qt-everywhere-opensource-src-4.7.3.tar.gz and hope to configure it. I look up README but still do not know how to set platform and compiler parameter (./configure platform target) and what options the platform and compiler have. Or what is the default value?

    who can clarify it for me? Thanks.

    1 Reply Last reply
    0
    • R Offline
      R Offline
      raaghuu
      wrote on last edited by
      #2

      configure -platform <> (eg... configure -platform win32-g++)

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pellyhawk
        wrote on last edited by
        #3

        If I am using Ubuntu Linux? If I should denote 32-bit or 64-bit? or If I denote nothing, just ./configure, what platform it means?

        1 Reply Last reply
        0
        • R Offline
          R Offline
          raaghuu
          wrote on last edited by
          #4

          by default, it is supposed to detect the platform on its own... but usually, it has to be specified as auto-detect fails... for linux it would be something like linux<32/64/empty>-g++

          1 Reply Last reply
          0
          • R Offline
            R Offline
            Rahul Das
            wrote on last edited by
            #5

            Here is the "Doc":http://doc.qt.nokia.com/4.7-snapshot/configure-options.html . Might be helpful.

            Just
            @./configure
            make
            sudo make install @

            and lets see, if its failing.


            Declaration of (Platform) independence.

            1 Reply Last reply
            0
            • P Offline
              P Offline
              pellyhawk
              wrote on last edited by
              #6

              [quote author="raaghuu" date="1340956510"]by default, it is supposed to detect the platform on its own... but usually, it has to be specified as auto-detect fails... for linux it would be something like linux<32/64/empty>-g++[/quote]

              Hi,

              Do you mean if we use the command "configure -platform win-g++", it is also supposed to detect the 32-bit or 64-bit as linux-g++?

              Thanks

              1 Reply Last reply
              0
              • R Offline
                R Offline
                raaghuu
                wrote on last edited by
                #7

                no... that doesn't work on windows... as far as linux-g++(or linux32-g++) goes, i was just guessing the options that might be... i haven't used qt on linux... but win-g++ surely doesn't work... and either 'linux-g++' or 'linux32/64-g++' would work, not both...i think

                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