Hi, I was trying to install guile 2.0.9 in OSX using homebrew.
But it failed: GEN configmake.h GEN warn-on-use.h make[2]: ../build-aux/install-sh: No such file or directory make[2]: ../build-aux/install-sh: No such file or directory make[2]: *** [sys/types.h] Error 1 make[2]: *** Waiting for unfinished jobs.... GEN stdint.h make[2]: *** [sys/uio.h] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 I checked the build-aux/install-sh and the shell is: #!/nix/store/ryk1ywzz31kp4biclxq3yq6hpjycalyy-bash-4.2/bin/sh Is this normal? I also checked downloading the tarball from the guile website. Actually, the compilation is not failing in Debian and I don't understand why. Is build-aux/install.sh not being used in Debian? I also checked guile-2.0.7.tar.gz and build-aux/install-sh references #!/bin/sh, which seems more normal. What am I missing? Thanks, Aleix
