• <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 閱讀(1490) 評論(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

            久久精品一区二区| 99国产欧美精品久久久蜜芽| 伊人久久综合热线大杳蕉下载| 99久久99久久精品免费看蜜桃| 国产亚洲精久久久久久无码| 久久91综合国产91久久精品| 久久国产视屏| 久久精品无码一区二区无码| 久久AAAA片一区二区| 久久久久久久久久久| 狠狠色丁香久久婷婷综| 成人久久精品一区二区三区| 国产成人精品久久亚洲高清不卡 | 狠狠色婷婷久久一区二区三区| 久久久WWW免费人成精品| 久久久一本精品99久久精品88| 午夜精品久久久久久久无码| 伊人久久无码中文字幕| 久久国产色AV免费观看| 国产一区二区精品久久岳 | 久久久国产乱子伦精品作者| 无码专区久久综合久中文字幕| 久久天天躁狠狠躁夜夜96流白浆 | 精品一久久香蕉国产线看播放| 狠狠色丁香婷综合久久| 久久久久女教师免费一区| 老司机午夜网站国内精品久久久久久久久 | 97视频久久久| 久久久久亚洲AV成人网人人网站| 亚洲精品国产第一综合99久久 | 久久国产热精品波多野结衣AV| 国内精品久久久久久不卡影院| 日韩av无码久久精品免费| 久久人人爽人人精品视频| 97久久精品人人做人人爽| 久久国产精品久久| 精品久久久久久久久中文字幕| 伊人久久综合精品无码AV专区 | 亚洲精品WWW久久久久久| 99久久精品国产一区二区三区| 四虎国产永久免费久久|