On Mon, 2013-09-23 at 14:03 +0200, Dagobert Michelsen wrote:
> I still have two fails with SunStudio without Guile and with GCC and
> both with/without Guile:

Blerg.  Looks like the /bin/sh on the Solaris 10 system can't accept
options separated by spaces:

  psmith@unstable10s [unstable10s]:~ > /bin/sh -xc 'true'
  + true
  psmith@unstable10s [unstable10s]:~ > /bin/sh -x -c 'true'
  -c: -c: cannot open

The /bin/sh on Solaris 11 works OK which is why I didn't see it during
my testing.

Hm.  I guess we won't test this aspect on this version of Solaris :-).


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to