• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            posts - 319, comments - 22, trackbacks - 0, articles - 11
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            @executable path, @load path and @rpath

            Posted on 2012-04-18 06:14 RTY 閱讀(1474) 評論(0)  編輯 收藏 引用 所屬分類: 編程常識Mac osLinux

            @executable path, @load path and @rpath

            2010年11月6日 by Wincent Colaiuta

            Note: this article is actually about the @executable_path, @load_path and @rpath install paths used by the linker on Mac OS X; wiki titles can't include underscores, however, because they are ambiguous with spaces.

            Absolute paths

            Useful for frameworks installed in shared locations. Example:

            • Install path: /Library/Frameworks/Foo.framework/Versions/A/Foo

            @executable_path

            Useful for frameworks embedded inside applications, because it allows you to specify the location of the framework relative to the application's executable:

            • Install path: @executable_path/../Frameworks/Foo.framework/Versions/A/Foo
            • Application location: /Applications/Foo.app
            • Executable path: /Applications/Foo.app/Contents/MacOS
            • Framework location: /Applications/Foo.app/Contents/Frameworks/Foo.framework
            • Linker puts all this together to figure out that the framework binary can be found at: /Applications/Foo.app/Contents/MacOS/../Frameworks/Foo.framework/Versions/A/Foo

            @loader_path

            Available from Mac OS X 10.4 Tiger onwards; useful for frameworks embedded inside plug-ins, because it allows you to specify the location of the framework relative to the plug-in's code (remember, plug-ins may not actually know where they are going to be installed, relative to the application, so knowing @executable_path doesn't help us in this case):

            • Install path: @loader_path/../Frameworks/Foo.framework/Versions/A/Foo
            • Application location: /Applications/Foo.app
            • Plug-in location: /Library/Application Support/Foo/Plug-Ins/Bar.bundle
            • Executable path: /Applications/Foo.app/Contents/MacOS
            • Loader path: /Library/Application Support/Foo/Plug-Ins/Bar.bundle/Contents/MacOS
            • Framework location: /Library/Application Support/Foo/Plug-Ins/Bar.bundle/Contents/Frameworks/Foo.framework
            • Linker puts all this together to figure out that the framework binary can be found at: /Library/Application Support/Foo/Plug-Ins/Bar.bundle/Contents/MacOS/../Frameworks/Foo.framework/Versions/A/Foo

            Note that if the "loader" is an application rather than a plug-in, the @loader_path ends up being equivalent to @executable_path.

            @rpath

            New in Mac OS X 10.5 Leopard is @rpath. Key points:

            • @rpath instructs the dynamic linker to search a list of paths in order to locate the framework
            • critically, this list is embedded in the loading application
            • this means that a single framework with @rpath/Foo.framework/Versions/A/Foo can be made to work in a number of different ways; that is, you are effectively no longer limited by the choice of specifying your "install path" using either @executable_path or @loader_path
            • the down side: you now have to pass additional linker flags when building the host application (eg. -rpath @executable_path/../Frameworks or /Library/Frameworks; note that specifying both will cause the dynamic linker to try looking in both locations)

            Sources

            无码精品久久一区二区三区| 久久亚洲天堂| 热久久国产精品| 欧美久久久久久精选9999| 久久久久久国产精品美女| 久久99精品国产一区二区三区| 久久久久久久综合日本| 亚洲精品午夜国产va久久| 狠狠人妻久久久久久综合| 国产99精品久久| 久久久久久精品成人免费图片| 久久国产美女免费观看精品| 久久无码国产专区精品| 久久精品亚洲乱码伦伦中文| 久久WWW免费人成一看片| 秋霞久久国产精品电影院| 亚洲婷婷国产精品电影人久久| 久久国产影院| 久久国产精品一区二区| 性欧美大战久久久久久久久| 波多野结衣AV无码久久一区| 欧美精品国产综合久久| 久久99毛片免费观看不卡| 午夜不卡久久精品无码免费| 久久婷婷色香五月综合激情| 天天爽天天爽天天片a久久网| 中文字幕日本人妻久久久免费 | 国产精品一区二区久久精品| 亚洲欧洲精品成人久久曰影片| 日韩精品国产自在久久现线拍 | 99久久综合狠狠综合久久| 一本色道久久88加勒比—综合| 久久综合九色综合久99| 久久香蕉超碰97国产精品| 国产精品久久精品| 久久久久久亚洲AV无码专区| 狠狠色婷婷久久一区二区三区| 久久久久久久尹人综合网亚洲| 97久久国产亚洲精品超碰热| 国产成人久久激情91| 91精品观看91久久久久久 |