%% [EMAIL PROTECTED] writes: sh> I am attempting to compile GNU make on an NCR MPRAS system. The sh> configure script says it cannot guess the system type. Some of sh> the information I am seeing is as follows:
sh> uname -m = 3514 sh> uname -r = 4.0 sh> uname -s = UNIX_SV sh> uname -v = 3.0 sh> /usr/bin/uname -p = Pentium III(TM)-ISA/PCI sh> /bin/uname -X = sh> hostinfo = sh> /bin/universe = sh> /usr/bin/arch -k = sh> /bin/arch = sh> /usr/bin/oslevel = sh> /usr/convex/getsysinfo = sh> UNAME_MACHINE = 3514 sh> UNAME_RELEASE = 4.0 sh> UNAME_SYSTEM = UNIX_SV sh> UNAME_VERSION = 3.0 sh> At this point the script stops. Is there a specific version of the sh> configure script for MPRAS? If not how could I go about compiling GNU sh> make? I suggest getting the latest versions of the config.sub and config.guess scripts from the config project in Savannah: http://savannah.gnu.org/cgi-bin/viewcvs/config/config/ and replace the ones in the GNU make distribution with those. If that still doesn't recognize your system, then you need to contact the folks who maintain those files at the [EMAIL PROTECTED] mailing list and they'll help you add your system. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
