I have managed to build gnu make on a Cray X1, but I ran into a couple snags. Here's the first:
UNAME_MACHINE = crayx1 UNAME_RELEASE = 2.5.31 UNAME_SYSTEM = UNICOS/mp UNAME_VERSION = 03141142 configure: error: cannot guess build type; you must specify one I managed to get configure to run with the --build=cray option. The second problem was: ld-284 ld: WARNING File 'libcposix.a' cannot be found in any of the search directories. ld-400 ld: WARNING Unresolved symbol "bsdsignal" -- first referenced in commands.o. ld-401 ld: ERROR The bsdsignal was coming from make.h: #ifdef CRAY /* This must happen before #include <signal.h> so that the declaration therein is changed. */ # define signal bsdsignal #endif Commenting out this chunk allowed the build to finish and create a working make. Let me know if I missed anything you need. Thanks, Kate -- Kate Hedström Arctic Region Supercomputing Center [EMAIL PROTECTED] University of Alaska, Fairbanks Phone: 907-450-8678 _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make