https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100324

--- Comment #7 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
(In reply to Richard Biener from comment #3)
> /bin/sh: ../libtool: No such file or directory
> 
> that's odd.  What's your host operating system, in particular what shell
> is /bin/sh?
> 
> You'd need to see what (and why) libphobos picks up as @LIBTOOL@
LIBTOOL is unconditionally set as:

---
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
---

Which is the same everywhere as far as I understand.

Reply via email to