On Wed, 2014-11-12 at 11:16 -0800, Paul Zhou wrote: > The configure error: > checking build system type... Invalid configuration > `nse-tandem-nskH06': machine `nse-tandem' not recognized > configure: error: /bin/sh config/config.sub nse-tandem-nskH06 failed > > From the FLOSS, I can get the make version of 3.79.1, but I need at > least 3.80 for building gcc. I really appreciate any kind of help.
Looks like support for this system wasn't available in autoconf when version 3.82 of GNU make was released, back in 2010. >From what I can tell there is support for this system in the latest release of GNU make (4.1): http://ftp.gnu.org/gnu/make/make-4.1.tar.gz If you really want to use 3.82, then you'll have to install the latest autoconf and automake on your system (to get support for this new platform) and rebuild "configure" etc. in GNU make to use these new versions. _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
