From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from faui33.informatik.uni-erlangen.de ([131.188.33.2]) by hawkwind.utcs.toronto.edu with SMTP id <2771>; Fri, 18 Jun 1993 06:57:35 -0400 Received: from faui30a.informatik.uni-erlangen.de by immd3.informatik.uni-erlangen.de with SMTP (5.64+/7.2b-FAU) id AA03915; Fri, 18 Jun 93 12:57:19 +0200 From: Stefan Dalibor Message-Id: <9306181057.AA03915@faui33.informatik.uni-erlangen.de> Date: Fri, 18 Jun 1993 06:57:17 -0400 To: rc@hawkwind.utcs.toronto.edu Subject: Re: FAQ system list > As part of the FAQ list, I would like a table of architectures, OSes, > and compilers with which rc is known to work. If you've managed to > compile rc on a system which you do not see on this list, please drop > me a line. You can add Motorola m88k on SYSTEM V/88 R32V3 to your list; I compiled rc-1.4 ok and it passed trip.rc successful. The following definitions in config.h were required: #define NOLIMITS /* SYSTEM V/88 is a rather dumb SysV R3 */ #define DEFAULTINTERP "/bin/sh" /* it is so dumb that even /bin/{true,false} * don't start with `#!/bin/sh'... */ #define PROTECT_ENV /* trip.rc fails without that */ Compilation was done with gcc (version 2.2.2) and Green Hills cc (version 1.8.5). To use the latter, unproto (version later than 1.4) is needed - but you should really try to avoid Green Hills cc if possible (it's the worst cc I ever saw); if you must, be sure ALL optimization flags are turned off. Stefan Dalibor (dalibor@immd3.uni-erlangen.de)