小编Igu*_*aut的帖子

libtool 错误 cd: ../..: 不是目录

尝试安装我构建的软件包时,从 libtool 得到这个非常奇怪的错误。它src/api在源代码树的子目录 ( ) 中运行时发生:

make[5]: Leaving directory '/users/galac/embray/src/slurm/src/api'
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libslurm.la '/usr/local/lib'
../../libtool: line 929: cd: ../..: Not a directory
Run Code Online (Sandbox Code Playgroud)

的相关部分libtool如下所示:

  914 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
  915 # is ksh but when the shell is invoked as "sh" and the current value of
  916 # the _XPG environment variable is not equal to 1 (one), the special
  917 # …
Run Code Online (Sandbox Code Playgroud)

bash cd-command libtool

8
推荐指数
1
解决办法
610
查看次数

标签 统计

bash ×1

cd-command ×1

libtool ×1