Results 1 to 2 of 2

Thread: problem in linking with libqtiff.dylib

  1. #1
    Join Date
    Apr 2008
    Posts
    20
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Question problem in linking with libqtiff.dylib

    Hi Friends,

    I am using Mac Os x 10.4.8 (PPC).

    I configured Qt 4.4 as below

    ./configure -universal -sdk /Developer/sdks/MacOsx10.4u.sdk -qt-qtiff

    As want to read tags in a tiff file so i passed last parameter -qtiff.

    Now i got the libqtiff.dylib into plugins/imageformats/

    When i link this dylib with my application and run , it still giving undefined symbols..

    where is the problem ? can't i link the libqtiff.dylib directly to my application ..?



    Thanks,
    knrcse

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: problem in linking with libqtiff.dylib

    Quote Originally Posted by nareshqt View Post
    Now i got the libqtiff.dylib into plugins/imageformats/

    When i link this dylib with my application and run , it still giving undefined symbols..
    If that's a plugin, you don't need to link it with your application. Qt will load it in the runtime.

Similar Threads

  1. problem with order of libs during linking
    By minimax in forum Qt Programming
    Replies: 2
    Last Post: 8th January 2008, 10:32
  2. Linking problem on Mac os x 10.4
    By maverick_pol in forum General Programming
    Replies: 0
    Last Post: 6th January 2008, 14:09
  3. why linking problem with QGLWidget???
    By Shuchi Agrawal in forum Newbie
    Replies: 17
    Last Post: 16th March 2007, 10:45
  4. Replies: 4
    Last Post: 20th February 2006, 09:11
  5. Runtime dynamic linking + Qt4 problem
    By _Ramirez_ in forum Qt Programming
    Replies: 5
    Last Post: 11th February 2006, 14:28

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.