| Subject: | Re: Building in Solaris 11.4 |
|---|---|
| Date: | Wed, 24 Jun 2020 16:48:51 -0500 |
| From: | Eric Blake <eblake@redhat.com> |
| Organization: | Red Hat, Inc. |
| To: | Michele Denber <mdenber@gmx.com>, qemu-devel@nongnu.org |
Ah yes, thank you. I now recall having that problem building 2.12 in Solaris 10 a few years ago. The default bash in Solaris 11.4 is /usr/bin/bash and that won't work. I used /opt/csw/bin/bash instead and that took care of the "local" problem.As a short-term workaround, you can always do: /path/to/bash ./configure