From 02cbda999500edcb1f109606f205a7670131bd7d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 2 Mar 2000 02:01:16 +0000 Subject: [PATCH] Mention that gcc on dynix may have problems --- INSTALL | 13 +++++++++++-- RUNSON | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 569dda945..5c8ae504e 100644 --- a/INSTALL +++ b/INSTALL @@ -562,8 +562,10 @@ Linux: It is not possible to access the sudoers file via NFS on Linux. This is due to a bug in the Linux client-side NFS implementation. - It has been fixed in the developement kernel but, as of Aug 27, 1999, - the fixes have not made it into the mainstream kernel. + It has been fixed in the developement kernel but, as of Aug 27, + 1999, the fixes have not made it into the mainstream kernel. + There is a workaround on the sudo ftp site, linux_nfs.patch, + if you need to NFS-mount sudoers on Linux. Mac OS X: It has been reported that for sudo to work on Mac OS X it must @@ -577,3 +579,10 @@ SCO ODT: You'll probably need libcrypt_i.a available via anonymous ftp from sosco.sco.com. The necessary files are /SLS/lng225b.Z and /SLS/lng225b.ltr.Z. + +Dynix: + Some people have experienced problems building sudo with gcc + on Dynix. If you experience problems compiling sudo using gcc + on Dynix, try using the native compiler (cc). You can do so + by removing the config.cache file and then re-running configure + with the --with-CC=cc option. diff --git a/RUNSON b/RUNSON index a26757d42..e159ffc8c 100644 --- a/RUNSON +++ b/RUNSON @@ -130,6 +130,7 @@ Dynix/ptx 4.4.2 Sequent bundled cc 1.5.4p1 Larry Mascarenhas none Dynix/ptx 4.4.3 Sequent bundled cc 1.5.6p2 Sandra Birgerson none Dynix/ptx 4.4.4 Sequent bundled cc 1.5.9p2 Jason Merritt none Dynix/ptx 4.4.6 Sequent bundled cc 1.6 Larry Mascarenhase none +Dynix/ptx 4.4.7 Sequent bundled cc 1.6.2p1 Dana Kaempen --with-CC=cc DC-OSx 1.1-9x mips PyrC 4.0A20 1.5.6p2 Brian Jackson none HI-UX/MPP 02-03 sr2201 bundled cc 1.5.4 Ben Edgington none SVR4 4.4 m88k bundled gcc 1.6rc1 Gerry Belanger CFLAGS= -- 2.49.0