美文网首页
Could not determine the host fil

Could not determine the host fil

作者: 谢昆明 | 来源:发表于2018-02-14 10:04 被阅读159次

    15.3.7.1 File Name Conversion Failure

    In most cases, file name conversion is not needed or attempted. However, when libtool detects that a specific combination of build and host platform does require file name conversion, it is possible that the conversion may fail. In these cases, you may see a warning such as the following:

    Could not determine the host file name corresponding to
      `... a file name ...'
    Continuing, but uninstalled executables may not work.
    
    or
    
    Could not determine the host path corresponding to
      `... a path ...'
    Continuing, but uninstalled executables may not work.
    

    This should not cause the build to fail. At worst, it means that the wrapper executable will specify file names or paths appropriate for the build platform. Since those are not appropriate for the host platform, the uninstalled executables would not operate correctly, even when the wrapper executable is launched via the appropriate emulation or API-enhancement (e.g. Wine). Simply install the executables on the host platform, and execute them there.

    make DESTDIR=`pwd`/_install install

    相关文章

      网友评论

          本文标题:Could not determine the host fil

          本文链接:https://www.haomeiwen.com/subject/fqfetftx.html