Results 1 to 2 of 2

Thread: Application with shared library problem in linux

  1. #1
    Join Date
    Jul 2008
    Location
    Philippines
    Posts
    60
    Thanks
    9
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Application with shared library problem in linux

    i have created two small programs, one which build as application and another as library. my application program passes parameter to the library then the library performs necessary operations then return the result. this works fine. now here's my problem, i have updated the library (so i recompiled the library) then replace the existing one, then run again my application(without recompiling) -- this still loads the existing one which i expect should load the newly compiled library(on windows this works fine). now, i tried to recompile my application, in this case it loads the new library.

    how can i update my library without recompiling my main application? in my case, the changes only occurs in the library so there's no need to recompile the main application..

    thank you very much..
    Last edited by cutie.monkey; 16th January 2010 at 07:25.

  2. #2
    Join Date
    Jul 2008
    Location
    Philippines
    Posts
    60
    Thanks
    9
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Application with shared library problem in linux

    problem solved.. my mistake..

Similar Threads

  1. How to deploy application using shared library in Linux
    By cutie.monkey in forum Installation and Deployment
    Replies: 9
    Last Post: 21st January 2010, 18:41
  2. Replies: 0
    Last Post: 4th November 2009, 07:45
  3. Port Shared Library from Linux to Windows
    By calh1578 in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2009, 18:14
  4. qmake: dependency of application on common shared library
    By PeterWurmsdobler in forum Qt Programming
    Replies: 5
    Last Post: 27th March 2009, 16:13
  5. shared library problem
    By nhatkhang in forum KDE Forum
    Replies: 9
    Last Post: 28th November 2006, 04:07

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.