尝试安装我构建的软件包时,从 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)