cbliek@deslab.ai.mit.EDU (Christian Bliek) (08/26/89)
Hi, I recently read mail concerning a scheme implementation running on a Silicon Graphics 4D power-workstation. Could anybody provide me with more information about this, I would greatly appreciate it. Thanks, Christian Bliek (cbliek@deslab.mit.edu)
raible@orville.nas.nasa.gov (Eric Raible) (08/29/89)
In article <8908251847.AA19267@zurich.ai.mit.edu> cbliek@deslab.ai.mit.EDU (Christian Bliek) writes: > >I recently read mail concerning a scheme implementation running on a Silicon >Graphics 4D power-workstation. Could anybody provide me with more information >about this, I would greatly appreciate it. > >Thanks, > >Christian Bliek Couldn't reply to Christian directly, for some reason, so I'm posting the diffs relative to 7.0 here. Be sure to follow the directions in documentation/INSTALL... # This is a shell archive. Remove anything before this line, then # unpack it by saving it in a file and typing "sh file". (Files # unpacked will be owned by you and have default permissions.) # # This archive contains: # cf.h.diff config.sh.diff unix.c.diff echo x - cf.h.diff cat > "cf.h.diff" << '//E*O*F cf.h.diff//' 50c50 < #define HAVE_X_WINDOWS --- > /* #define HAVE_X_WINDOWS */ //E*O*F cf.h.diff// echo x - config.sh.diff cat > "config.sh.diff" << '//E*O*F config.sh.diff//' 66a67,71 > mips-sgi) > system_file=hpux > machine_file=mips > mfour_file=sysV > ;; //E*O*F config.sh.diff// echo x - unix.c.diff cat > "unix.c.diff" << '//E*O*F unix.c.diff//' 281a282 > #if 0 /* elr */ 282a284 > #endif //E*O*F unix.c.diff// exit 0