Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Dyld: Library not loaded:
Forum Updated to NodeBB v4.3 + New Features

Dyld: Library not loaded:

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drhalftone
    wrote on last edited by
    #1

    I'm trying to include the lib tiff library so I can directly access the the API, so I've compiled the library as a framework, and I've included the framework in my pro file using:

    unix:HEADERS += /Library/Frameworks/LibTiff.framework/Headers/tiffio.h
    unix:LIBS += -framework LibTiff

    and it compiles fine. But when I run the program, I get the following error:

    dyld: Library not loaded: /usr/local/lib/libtiff.3.dylib

    At one time, I did install lib tiff in this directory, but deleted it after I later created the framework. Does anyone know how I can get my application to know where to find the library?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      What's the complete command line that calls the linker?

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved