Results 1 to 3 of 3

Thread: static linking issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: static linking issue

    Could you debug your app to see what causes the crash? Also, did you remember to force static linkage? Those .a files should be in the lib/ directory and not bin/, shouldn't they?

  2. The following user says thank you to wysota for this useful post:

    ashwini (29th May 2006)

  3. #2
    Join Date
    May 2006
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: static linking issue

    Hi,
    I had a query that i have my own serial library using which i send commands from the GUI to the serial port.I have compiled and linked the serial library while i created my executable,now while i port this application to different linux system (used static Qt linking) do i have to port my serial library or not???

    Thanks...

Similar Threads

  1. static & dynamic linking
    By mickey in forum General Programming
    Replies: 6
    Last Post: 11th June 2010, 08:57
  2. Problem with libmng on static link
    By jlbrd in forum Installation and Deployment
    Replies: 2
    Last Post: 10th May 2006, 22:38
  3. I got two problems when I used static compiled library of QT4
    By qintm in forum Installation and Deployment
    Replies: 8
    Last Post: 20th April 2006, 08:52
  4. Replies: 4
    Last Post: 20th February 2006, 09:11
  5. Replies: 4
    Last Post: 14th February 2006, 21:35

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.