Re: gnu utilities for MVS and CMS

2009-02-05 Thread Paul Edwards
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

Re: gnu utilities for MVS and CMS

2009-02-04 Thread Paul Edwards
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

Re: gnu utilities for MVS and CMS

2009-02-01 Thread Paul Edwards
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

Re: gnu utilities for MVS and CMS

2009-01-31 Thread Paul Edwards
This is an old version with known security flaws. Can you try porting the newer m4 1.4.12 release instead, which should still be compilable with just a C89 compiler? Ok, I've just tried. There are both C99 and non-C99 extensions, and while I see there are replacement header files for some of t

Re: gnu utilities for MVS and CMS

2009-01-31 Thread Paul Edwards
[your port of the m4 package may be easier to discuss on the m4 lists] Ok. Thanks for the porting efforts. Unfortunately, while it is nice to see your efforts and your links, I can state that at least for m4, it is not worth uploading your binaries to the official FSF sites. It is just too m