Results 1 to 2 of 2

Thread: is gmake necessary?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default is gmake necessary?

    Hi,

    In my installation on Linux for qt4.4.3, I did a ./configure followed by a ./gmake install, without the gmake step.

    Is the gmake step necessary since I can run my Qt as per normal? if not, then why the doc says that we have to do a gmake first then a gmake install?

    Thanks
    Will.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: is gmake necessary?

    make install implicitly calls make. The difference is that make install might require superuser privileges (because it both builds and installs the code).

Similar Threads

  1. You don't seem to have 'make' or 'gmake' in your PATH
    By alecs1 in forum Installation and Deployment
    Replies: 8
    Last Post: 1st December 2011, 02:27
  2. "qconfig -medium" failed
    By avrecorder in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 18th November 2007, 15:16
  3. Compile error with Qt3.2.3
    By redsprite in forum Installation and Deployment
    Replies: 1
    Last Post: 19th January 2007, 10:36
  4. errors while installing Qt4.2 in Linux
    By nimmyj in forum Installation and Deployment
    Replies: 11
    Last Post: 13th December 2006, 11:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.