Conflict between dynamic linking priority in OSX?

后端 未结 6 1610
自闭症患者
自闭症患者 2020-11-30 04:28

There is a dynamic-linking-conflict between different libjpeg dynamic libraries on OSX. First there is a standard native libJPEG.dylib (in /System/Library/Frameworks/ImageIO

6条回答
  •  执念已碎
    2020-11-30 05:04

    If using Qt Creator, you have to uncheck the Add build library search path to DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH option from the Run section in the Projects tab:

    qtcreator

提交回复
热议问题