From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from holly.cam.harlequin.co.uk ([193.128.4.58]) by hawkwind.utcs.utoronto.ca with SMTP id <24086>; Thu, 13 Jul 1995 06:31:31 -0400 Received: from rocannon.cam.harlequin.co.uk by holly.cam.harlequin.co.uk; Thu, 13 Jul 1995 11:31:11 +0100 Received: from bessie.harlequin.co.uk (bessie.cam.harlequin.co.uk) by rocannon.cam.harlequin.co.uk; Thu, 13 Jul 1995 11:31:06 +0100 Date: Thu, 13 Jul 1995 06:29:08 -0400 Message-Id: <21827.9507131029@bessie.harlequin.co.uk> To: Gary Carvell From: Paul Haahr Reply-To: Paul Haahr Cc: rc@hawkwind.utcs.toronto.edu Subject: Re: rc for Solaris 2.4? In-Reply-To: <9507122058.AA10679@dealer.cards.com> References: <9507122058.AA10679@dealer.cards.com> Gary Carvell wrote > Does any kind soul out there have a working rc (or even > the right config.h) for a Sun SPARC 10 running Solaris > 2.4? I can't even get mine to run trip.rc all the way > through no matter what configuration I try. I compiled it with the configuration below and it seems to work and trip fine, using 1.5beta1 and compiled with gcc 2.4.5. But since I run es most of the time, I might not have noticed bugs. > It works ok most of the time, but for about 5-10% of the commands I > enter, output is truncated after a random number of lines. I haven't seen any bug like that. Seems rather odd. Output of what is truncated? The shell? Programs it runs? Paul ---- ; diff config.h-dist config.h 199a200,208 > /* > * Suggested settings for SunOS 5.4 (Solaris 2.4) > */ > > #if defined(__sun__) && defined(__svr4__) > #define PROTECT_ENV > #define SYSVR4 > #endif > ;