That seems reasonable, so it is now up to you to figure out why configure
is not finding install-sh. Another thing to consider - why not run
configure on your MVS machine for a native build, rather than trying to
run it on Windows for a cross-compile build? If MVS has a reasonably
portable sh im
MVS is on the list of recognized platforms:
$ ./build-aux/config.sub mvs
i370-ibm-mvs
Which particular MVS compiler is that though? One that supports
Unix extensions or one that only supports C89? I'm using the latter.
What version of bash are you using, and from where did you get it? I
All of the @ characters are designed to be replaced by running the
Makefile produced by the ./configure script. Are you able to run that
script? If not, can you at least post the resulting config.log to show
how far it got?
I can't run configure. The target is the mainframe, not the
compiler