Results 1 to 15 of 15

Thread: Qt application is not compiling with static linking?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Join Date
    Jan 2012
    Location
    India
    Posts
    19
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question Re: Qt application is not compiling with static linking?

    Hi Wysota,

    Output on my system:
    Qt Code:
    1. file <myApp>:
    2. Demo_: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped
    3. uname -a
    4. Linux ravi-desktop 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 15:59:53 UTC 2012 i686 i686 i386 GNU/Linux
    To copy to clipboard, switch view to plain text mode 

    Output on Another System:
    Qt Code:
    1. file <myApp>:
    2. Demo_: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped
    3. uname -a:
    4. Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    To copy to clipboard, switch view to plain text mode 

    Is the problem due to architecture difference?

    Thanks.
    Last edited by gurmeetsingh; 31st January 2012 at 13:27.

Similar Threads

  1. problem compiling qt application using static external libraries
    By pavan1984 in forum Installation and Deployment
    Replies: 0
    Last Post: 5th October 2010, 11:41
  2. Compiling static application
    By Benjamin in forum Qt for Embedded and Mobile
    Replies: 9
    Last Post: 23rd December 2008, 11:45
  3. Replies: 1
    Last Post: 16th September 2008, 17:29
  4. Static Linking Application for Realease
    By impeteperry in forum Qt Programming
    Replies: 2
    Last Post: 14th November 2007, 18:12
  5. Replies: 2
    Last Post: 1st August 2007, 15:04

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.